mirror of
https://github.com/Myxelium/BeetleWire_UI.git
synced 2026-04-09 06:09:38 +00:00
12 lines
482 B
XML
12 lines
482 B
XML
<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> |