Files
BeWoPlaner/BeWo/MainWindow.xaml

10 lines
489 B
Plaintext
Raw Normal View History

2016-06-27 01:45:38 +02:00
<Window x:Class="BeWo.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="BeWoPlaner" Height="768" Width="1024" WindowStartupLocation="CenterScreen" WindowState="Maximized"
BorderThickness="1" Closing="MainWindow_OnClosing" SizeChanged="Window_SizeChanged">
2016-06-27 01:45:38 +02:00
<Grid x:Name="rootGrid">
<ComboBox Width="100"></ComboBox>
2016-06-27 01:45:38 +02:00
</Grid>
</Window>