10 lines
471 B
Plaintext
10 lines
471 B
Plaintext
|
<Window x:Class="PositionPatternCreator.MainWindow"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
Title="MainWindow" Height="1021.2" Width="1116" Loaded="Window_Loaded">
|
||
|
<Grid Background="#FFD8D8D8">
|
||
|
<Canvas x:Name="DrawCanvas" HorizontalAlignment="Left" Height="848" Margin="10,10,0,0" VerticalAlignment="Top" Width="600"/>
|
||
|
|
||
|
</Grid>
|
||
|
</Window>
|