Advertisement
Guest User

Untitled

a guest
Dec 13th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <Window x:Class="WpfApplication8.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="MainWindow" Height="350" Width="525">
  5. <Grid>
  6. <Button Content="Button" Height="23" HorizontalAlignment="Left" Margin="174,41,0,0" Name="button1" VerticalAlignment="Top" Width="75" />
  7. </Grid>
  8. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement