PIBD14-BOYKO-M.S.SuperEasyS.../Lab1-d/App.xaml

10 lines
357 B
Plaintext
Raw Normal View History

2024-02-14 15:48:47 +04:00
<Application x:Class="Lab1_d.App"
2024-02-13 08:29:23 +04:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2024-02-14 15:48:47 +04:00
xmlns:local="clr-namespace:Lab1_d"
2024-02-13 08:29:23 +04:00
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>