Added newline at end of file
This commit is contained in:
Родитель
281904ba14
Коммит
ccc4f826d0
|
@ -2,4 +2,4 @@
|
|||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
StartupUri="Window1.xaml">
|
||||
</Application>
|
||||
</Application>
|
||||
|
|
|
@ -9,4 +9,4 @@ namespace Test
|
|||
public partial class App : Application
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,4 +40,4 @@
|
|||
</Menu>
|
||||
<Canvas x:Name="canvas" Grid.Row="1" Width="800" Height="600" Background="DarkGray"/>
|
||||
</Grid>
|
||||
</Window>
|
||||
</Window>
|
||||
|
|
|
@ -128,4 +128,5 @@
|
|||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
</Grid>
|
||||
</Window>
|
||||
</Window>
|
||||
|
|
@ -17,4 +17,4 @@ namespace Test
|
|||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче