Exemplo n.º 1
0
        public static void Initialize(bool testMode = false)
        {
            useTestMode = testMode;

            if (!useTestMode)
            {
                dmClient   = new ManagedDMClient();
                dmCommands = new DMCommands(dmClient);
            }
        }
Exemplo n.º 2
0
 public AutopilotDMClient()
 {
     dmClient = new ManagedDMClient();
 }