Advertisement
buckley

Untitled

Jan 25th, 2012
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <TextBox x:Name="Count" />
  2. <Button x:Name="ClickMe">ClickMe</Button>
  3.  
  4. public void ClickMe(int count)
  5. {
  6. MessageBox.Show("You clicked me with " + count);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement