예제 #1
0
        public void Execute(ScriptControlVM vm, string[] args)
        {
            bool noconfig = args.Any(a => a == "noconfig");

            vm.Reset(!noconfig);
        }
예제 #2
0
 public void Execute(ScriptControlVM vm, string[] args)
 {
     vm.Reset();
 }