Example #1
0
 internal static void m000001()
 {
     c00020d cd;
     if (SerialPort.GetPortNames().Length < 3)
     {
         cd = new c000270();
     }
     else
     {
         cd = new c000263();
     }
     c00020d.m00021d(cd);
 }
Example #2
0
 public static void InitControler()
 {
     IPlayController cd;
     if (SerialPort.GetPortNames().Length < 3)
     {
         cd = new c000270();
     }
     else
     {
         cd = new c000263();
     }
     IPlayController.SetInstance(cd);
 }