moved to MVVM architecture

This commit is contained in:
2026-08-08 21:24:02 +05:00
parent a1ff8cc923
commit 3d614255d8
19 changed files with 565 additions and 346 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
<Application x:Class="CursorLang.App"
<Application x:Class="CursorLang.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CursorLang"
StartupUri="MainWindow.xaml">
ShutdownMode="OnMainWindowClose">
<Application.Resources>
</Application.Resources>
</Application>