9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
|
<Window x:Class="PettingZoo.View.ConnectionWindow"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
Title="ConnectionWindow" Height="300" Width="300">
|
||
|
<Grid>
|
||
|
|
||
|
</Grid>
|
||
|
</Window>
|