1
0

base setup

This commit is contained in:
2026-02-26 00:16:48 +03:00
parent 4acac1ead9
commit c0c4c99fc5
5 changed files with 58 additions and 0 deletions

9
Main/App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="Main.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Main"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>