Skip to content

Instantly share code, notes, and snippets.

@localdevm
Created March 9, 2016 10:23
Show Gist options
  • Save localdevm/b95c80c4987579fb213d to your computer and use it in GitHub Desktop.
Save localdevm/b95c80c4987579fb213d to your computer and use it in GitHub Desktop.
<Window x:Class="WiskundigeBewerkingenGetransponeerde.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WiskundigeBewerkingenGetransponeerde"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="*" />
<RowDefinition Height="*" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Button Grid.Row="0" Content="Teken" Grid.Column="4" Click="btnSend" Height="22" Margin="9.8,29,0.4,0" VerticalAlignment="Top" />
</Grid>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment