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