1
0
mirror of synced 2024-11-15 01:33:51 +00:00
PettingZoo/View/ConnectionWindow.xaml

9 lines
292 B
Plaintext
Raw Normal View History

2016-06-18 14:50:32 +00:00
<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>