TSCHMI_Malafeev_Labi_Topchik/lab2/App.xaml

10 lines
353 B
Plaintext
Raw Normal View History

2024-03-28 00:04:36 +04:00
<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="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>