1
0
Files
cpo-lab/Lab2/App.xaml
2024-05-02 23:19:10 +03:00

10 lines
362 B
XML

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