void myName_Validating(oject sender, CancelEventArgs e)
 {
     if (Validating != null)
     {
         Validating(sender, e);
     }
 }
예제 #2
0
 private void Button1_Click(oject sender, EventArgs e)
 {
     sdkcommunication.method("Test")
 }