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