Esempio n. 1
0
 //Initialization of class
 public MyoInitialize(Launcher drawer)
 {
     //Starting the Myo application
     MyoWrapper.Myo_Start ();
     painter = drawer;
 }
Esempio n. 2
0
 //Initialization of class
 public MyoInitialize(Launcher drawer)
 {
     //Starting the Myo application
     MyoWrapper.Myo_Start();
     painter = drawer;
 }