diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-22 06:15:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-22 06:15:44 +0800 |
| commit | e6bf6f5091caf3b4366894643671bc4586794cda (patch) | |
| tree | 18f1ed3eb8820218ebfb9b2fad3da97c3bdaaa10 /manager/MainWindow.axaml.cs | |
| parent | 7091f88c9f0bbbad6959874993145cbd06c1886a (diff) | |
feat: add GUI manager and integrate into build pipeline
Diffstat (limited to 'manager/MainWindow.axaml.cs')
| -rw-r--r-- | manager/MainWindow.axaml.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manager/MainWindow.axaml.cs b/manager/MainWindow.axaml.cs new file mode 100644 index 0000000..82d8dc2 --- /dev/null +++ b/manager/MainWindow.axaml.cs @@ -0,0 +1,11 @@ +using Avalonia.Controls; + +namespace manager; + +public partial class MainWindow : Window +{ + public MainWindow() + { + InitializeComponent(); + } +}
\ No newline at end of file |
