Remove template controls

This commit is contained in:
Pat Hartl 2023-01-05 18:36:36 -06:00
parent 5cf05d44ff
commit 2b81139247

View file

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