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

14
Main/App.xaml.cs Normal file
View File

@@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace Main
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}