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