Remove template controls

dashboard
Pat Hartl 2023-01-05 18:36:36 -06:00
parent 5cf05d44ff
commit 2b81139247
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,5 @@
<TextBlock Text="LANCommander Server URL"/> <TextBlock Text="LANCommander Server URL"/>
<TextBox Text="{Binding ServerUrl}"/> <TextBox Text="{Binding ServerUrl}"/>
<Button Click="AuthenticateButton_Click" Name="AuthenticateButton">Authenticate</Button> <Button Click="AuthenticateButton_Click" Name="AuthenticateButton">Authenticate</Button>
<TextBlock Text="Description for Option2:"/>
<CheckBox IsChecked="{Binding Option2}"/>
</StackPanel> </StackPanel>
</UserControl> </UserControl>