PIbd-42_Kashin_M.I_CPO_Cour.../EmployeeManagmentView/VacationsWindow.xaml

9 lines
405 B
Plaintext
Raw Permalink Normal View History

<Window x:Class="EmployeeManagmentView.VacationsWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Vacations" Height="450" Width="800">
<Grid>
<TextBlock Text="Управление отпусками" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Grid>
</Window>