added solution

This commit is contained in:
2026-08-08 17:43:18 +05:00
parent 7968b03ed6
commit 3ab110aa91
7 changed files with 92 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace CursorLang;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}