public virtual void FocusEvent(object sender, EventArgs e)
 {
     //Log.Info("ZK_TEST", "Tag:" + this.GetTag() + " Focus");
     FocusEventHandler?.Invoke(this, e);
 }
Exemplo n.º 2
0
 public static void Focus(object sender, MSceneObject mo)
 {
     FocusEventHandler?.Invoke(sender, new FocusEvent(mo));
 }