Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
this is my mainwindow.xaml
XML
<Window x:class="mwpf.MainWindow" xmlns:x="#unknown"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <Button Content="Button" Height="32" HorizontalAlignment="Left" Margin="206,125,0,0" Name="button1" VerticalAlignment="Top" Width="79" Click="button1_Click" />
        <TextBox Height="29" HorizontalAlignment="Left" Margin="176,69,0,0" Name="textBox1" VerticalAlignment="Top" width="154" />
    </Grid>
</Window>
Posted
Updated 27-Dec-13 22:36pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900