Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. button = view.FindViewById<Button>(Resource.Id.button1);
  2. private void button_Click(object sender, EventArgs e)
  3. {
  4. //вызов метода Test()
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement