|
|
@@ -4,11 +4,11 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
xmlns:local="clr-namespace:PRSDesktop"
|
|
|
- xmlns:classes="clr-namespace:Comal.Classes"
|
|
|
xmlns:wpf="clr-namespace:InABox.Wpf;assembly=InABox.Wpf"
|
|
|
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
|
|
|
xmlns:dynamicGrid="clr-namespace:InABox.DynamicGrid;assembly=InABox.Wpf"
|
|
|
xmlns:system="clr-namespace:System;assembly=System.Runtime.InteropServices"
|
|
|
+ xmlns:classes="clr-namespace:Comal.Classes;assembly=PRSClasses"
|
|
|
mc:Ignorable="d"
|
|
|
d:DesignHeight="600" d:DesignWidth="800"
|
|
|
x:Name="Main">
|
|
|
@@ -110,7 +110,7 @@
|
|
|
</DataTemplate>
|
|
|
</wpf:CalendarControl.DateTemplate>
|
|
|
<wpf:CalendarControl.HeaderTemplate>
|
|
|
- <DataTemplate DataType="classes:Employee">
|
|
|
+ <DataTemplate DataType="{x:Type classes:Employee}">
|
|
|
<Border Background="White"
|
|
|
Height="50">
|
|
|
<TextBlock VerticalAlignment="Center"
|