9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
|
<Window x:Class="EmployeeManagmentView.SalariesWindow"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
Title="Salaries" Height="450" Width="800">
|
||
|
<Grid>
|
||
|
<TextBlock Text="Управление зарплатами" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
||
|
</Grid>
|
||
|
</Window>
|