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