2024-03-21 22:43:09 +00:00
|
|
|
<Window x:Class="UrlTester.MainWindow"
|
2024-03-21 22:24:29 +00:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
2024-03-21 22:42:08 +00:00
|
|
|
xmlns:local="clr-namespace:DT3"
|
2024-03-21 22:24:29 +00:00
|
|
|
mc:Ignorable="d"
|
2024-03-21 22:42:32 +00:00
|
|
|
Margin="10"
|
|
|
|
Title="MainWindow"
|
|
|
|
Height="450"
|
|
|
|
Width="800">
|
|
|
|
<Border Padding="10">
|
|
|
|
<Grid>
|
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
|
</StackPanel>
|
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</Grid>
|
|
|
|
</Border>
|
2024-03-21 22:24:29 +00:00
|
|
|
</Window>
|