ExamPM/App.xaml

10 lines
357 B
Plaintext
Raw Normal View History

2025-04-14 10:58:43 +03:00
<Application x:Class="TestOP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:TestOP"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>