Example #1
0
 public void OnControllerEvent(ControllerEventArgs e)
 {
     if (ControllerEvent != null)
     {
         ControllerEvent(this, e);
     }
 }
Example #2
0
 public void OnControllerEvent(ControllerEventArgs e)
 {
     if (ControllerEvent != null)
     {
         ControllerEvent(this, e);
     }
 }