Exemplo n.º 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="ws">Wiimote state</param>
 public WiimoteChangedEventArgs(WiimoteState ws)
 {
     WiimoteState = ws;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="ws">Wiimote state</param>
 public WiimoteChangedEventArgs(WiimoteState ws)
 {
     WiimoteState = ws;
 }