Example #1
0
 static void Main(string[] args)
 {
     protoPose = new Magic.Proto.Pose();
     StartNetwork();
     while (true)
     {
         Thread.Sleep(10);
     }
 }
Example #2
0
 static void Main(string[] args)
 {
     protoPose = new Magic.Proto.Pose();
     StartNetwork();
     while (true)
     {
         Thread.Sleep(10);
     }
 }