diff --git a/StartupWindow.axaml b/StartupWindow.axaml new file mode 100644 index 0000000..7e62b31 --- /dev/null +++ b/StartupWindow.axaml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/StartupWindow.axaml.cs b/StartupWindow.axaml.cs new file mode 100644 index 0000000..fb26fba --- /dev/null +++ b/StartupWindow.axaml.cs @@ -0,0 +1,13 @@ +using Avalonia.Controls; + +namespace Logof_Client; + +public partial class StartupWindow : Window +{ + public StartupWindow() + { + InitializeComponent(); + } + + +} \ No newline at end of file