Files
BeetleWire_UI/Pages/ConnectionsPage.xaml
2025-03-19 01:16:12 +01:00

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>