Guest User

Untitled

a guest
Nov 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public new int StateImageIndex
  2. {
  3. get {
  4. MessageBox.Show(activeForm, "test");
  5. return 1;
  6. }
  7. set {
  8. MessageBox.Show(ActiveForm, "val : " + value);
  9. }
  10. }
Add Comment
Please, Sign In to add comment