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

9 lines
405 B
Plaintext
Raw Permalink Normal View History

<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>