Exemplo n.º 1
0
 public TrainingEventArgs(TrainingEventType e, String gesture = null)
 {
     Type    = e;
     Gesture = gesture;
 }
Exemplo n.º 2
0
 public TrainingEventArgs(TrainingEventType e, String gesture = null)
 {
     Type = e;
       Gesture = gesture;
 }