2024-11-11 15:35:52 +04:00
|
|
|
<Application x:Class="EmployeeManagementApp.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2024-11-11 16:11:20 +04:00
|
|
|
xmlns:local="clr-namespace:EmployeeManagementApp">
|
2024-11-11 15:35:52 +04:00
|
|
|
<Application.Resources>
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|