mirror of
https://github.com/Myxelium/BeetleWire_UI.git
synced 2026-07-07 12:45:08 +00:00
Init
This commit is contained in:
12
Pages/ConnectionsPage.xaml
Normal file
12
Pages/ConnectionsPage.xaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<Page
|
||||
x:Class="BeetleWire_UI.Pages.ConnectionsPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:BeetleWire_UI.Pages">
|
||||
<Grid Padding="12">
|
||||
<StackPanel>
|
||||
<TextBlock Text="Saved Connections" FontSize="20" FontWeight="Bold" Margin="0,0,0,12"/>
|
||||
<ListView x:Name="ConnectionsListView" Height="200"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user