示例#1
0
        private RPN_Functions _stopIfRunning()
        {
            RPN_Functions fn = myRPN.getFunctions();

            if (myRPN.current_Receiver.Moniker != "AUTO_R")
            {
                return(fn);
            }
            timer1.Enabled = false;
            backgroundWorker1.CancelAsync();
            //fn.requestNextReceiver("AUTO_N");
            //myRPN.tick();
            return(fn);
        }
示例#2
0
 public override void execute(MK52_Host components, string command)
 {
     components.getFunctions().saveProgram();
 }
示例#3
0
 public override void execute(MK52_Host components, string command)
 {
     components.getFunctions().loadAll(command);
 }