Files
BeWoPlaner/BeWo/MainWindow.xaml

10 lines
456 B
XML

<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">
<Grid x:Name="rootGrid">
<ComboBox Width="100"></ComboBox>
</Grid>
</Window>