diff options
| author | uvok | 2026-05-16 19:40:09 +0200 |
|---|---|---|
| committer | uvok | 2026-05-16 19:40:09 +0200 |
| commit | 064dbb3f410b2b95fede248be7b57179e762db0b (patch) | |
| tree | cdd318ee138051537366f49a604d27dc21920ebf /Views/MainWindow.axaml.cs | |
Initial commit
Diffstat (limited to 'Views/MainWindow.axaml.cs')
| -rw-r--r-- | Views/MainWindow.axaml.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Views/MainWindow.axaml.cs b/Views/MainWindow.axaml.cs new file mode 100644 index 0000000..12b598c --- /dev/null +++ b/Views/MainWindow.axaml.cs @@ -0,0 +1,11 @@ +using Avalonia.Controls;
+
+namespace east_auctioner.Views;
+
+public partial class MainWindow : Window
+{
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file |
