예제 #1
0
        public AutomationConfigSettings()
        {
            MoveProfile = new MoveProfileSettings();
            Delay       = new DelaySettings();

            Load();
        }
예제 #2
0
 public SetupSettings()
 {
     MoveProfile = new MoveProfileSettings();
     Delay       = new DelaySettings();
     Load();
 }