9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
|
<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>
|