about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/MainWindow.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Desktop/MainWindow.axaml')
-rw-r--r--MatrixRoomUtils.Desktop/MainWindow.axaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Desktop/MainWindow.axaml b/MatrixRoomUtils.Desktop/MainWindow.axaml
new file mode 100644
index 0000000..bc01bee
--- /dev/null
+++ b/MatrixRoomUtils.Desktop/MainWindow.axaml
@@ -0,0 +1,17 @@
+<Window xmlns="https://github.com/avaloniaui"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
+        x:Class="MatrixRoomUtils.Desktop.MainWindow"
+        Title="Rory&amp;::MatrixRoomUtils">
+    <!-- <Interaction.Behaviors> -->
+        <!-- <EventTriggerBehavior EventName="Loaded"> -->
+            <!-- <InvokeCommandAction Command="{Binding LoadedCommand}"></InvokeCommandAction> -->
+        <!-- </EventTriggerBehavior> -->
+    <!-- </Interaction.Behaviors> -->
+    <StackPanel>
+        <Label FontSize="24">Rooms</Label>
+        <StackPanel x:Name="roomList" Orientation="Vertical"/>
+    </StackPanel>
+</Window>