Files
BeWoPlaner/BeWo/View/Navigation/EmployeeNavigationView.xaml
Lyndon 3b6e1e8f6a - DSGVO-Gedöns
- Serientermine im Kalender können jetzt gelöscht werden.
- Bearbeitete Serientermine kann man wieder zurücksetzen.
- Klickt man in der Klientenübersicht auf Reaktivieren, wird der richtige Klient ausgewählt.
2018-05-20 13:19:28 +02:00

25 lines
1.3 KiB
XML

<localView:BeWoView x:Class="BeWo.View.Navigation.EmployeeNavigationView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:localView="clr-namespace:BeWo.View"
xmlns:localNavView="clr-namespace:BeWo.View.Navigation"
xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup"
Loaded="OnLoaded">
<Grid>
<localNavView:MainNavigationView
x:Name="mainNavigationView"
MainGroupHeader="{markup:Translate Mitarbeiter}"
CreateNewObject="MainNavigationView_CreateNewObject"
OpenObject="MainNavigationView_OpenObject"
DeleteObject="MainNavigationView_DeleteObject"
ExcelExport="MainNavigationView_ExcelExport"
DeleteDemands="DeleteAll, EmployeeView_Delete"
CreateDemands="CreateAll, EmployeeView_Create"
ArchiveObject="MainNavigationView_ArchiveObject"
ContentGroupStyle="{StaticResource EmployeeNavigationStyle}"
MainListItemStyle="{StaticResource EmployeeDetailStyle}"
HistoryListItemStyle="{StaticResource SearchSimpleStyle}"
OnReloadData="MainNavigationView_OnReloadData"/>
</Grid>
<!-- MainListItemStyle="{StaticResource SearchDetailStyle}" -->
</localView:BeWoView>