diff --git a/BFR/MainWindow.xaml b/BFR/MainWindow.xaml
index 254f90e..5a28ae5 100644
--- a/BFR/MainWindow.xaml
+++ b/BFR/MainWindow.xaml
@@ -12,9 +12,9 @@
-
-
-
+
+
+
@@ -26,19 +26,64 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/BFR/MainWindow.xaml.cs b/BFR/MainWindow.xaml.cs
index b093bd1..e65fb1c 100644
--- a/BFR/MainWindow.xaml.cs
+++ b/BFR/MainWindow.xaml.cs
@@ -3,7 +3,7 @@ using Avalonia.Markup.Xaml;
namespace BFR
{
- public class MainWindow : Window
+ public partial class MainWindow : Window
{
public MainWindow() =>
InitializeComponent();
diff --git a/BFR/MainWindowUIProperties.cs b/BFR/MainWindowUIProperties.cs
new file mode 100644
index 0000000..06164e8
--- /dev/null
+++ b/BFR/MainWindowUIProperties.cs
@@ -0,0 +1,8 @@
+using Avalonia.Controls;
+
+namespace BFR
+{
+ public partial class MainWindow : Window
+ {
+ }
+}