Ejemplo n.º 1
0
        public AutomationConfigSettings()
        {
            MoveProfile = new MoveProfileSettings();
            Delay       = new DelaySettings();

            Load();
        }
Ejemplo n.º 2
0
 public SetupSettings()
 {
     MoveProfile = new MoveProfileSettings();
     Delay       = new DelaySettings();
     Load();
 }