2024-12-17 09:38:42 +00:00
|
|
|
<Menu x:Class="Common.UI.Controls.MainMenu"
|
2024-12-03 16:03:33 +00:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
2025-04-09 13:19:25 +00:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
<MenuItem Header="Prüfungsinitialisierung"
|
|
|
|
|
Click="MenuItem_Click"
|
|
|
|
|
CommandParameter="Pages/EregisterInitialize.xaml" />
|
|
|
|
|
<MenuItem Header="Prüfungsabschluss"
|
|
|
|
|
Click="MenuItem_Click"
|
|
|
|
|
CommandParameter="Pages/EregisterFinalize.xaml" />
|
|
|
|
|
<!--<MenuItem Header="Eregister-History"
|
|
|
|
|
Click="MenuItem_Click"
|
|
|
|
|
CommandParameter="Pages/EregisterHistory.xaml" />-->
|
2024-12-03 16:03:33 +00:00
|
|
|
</Menu>
|