GetHrzWpf/App.xaml
2025-12-25 13:47:13 +05:00

10 lines
360 B
XML

<Application x:Class="GetHrzWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GetHrzWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>