示例#1
0
 public void Perform()
 {
     if (file)
     {
         fctrlbind.StartAction();
     }
     else
     {
         daqbind.StartAction();
     }
 }
示例#2
0
 public void Perform()
 {
     if (file)
     {
         if (NC.App.AppContext.INCCXfer)
         {
             fctrlbind = procFctrl;
         }
         else
         {
             fctrlbind = measFctrl;
         }
         fctrlbind.StartAction();
     }
     else
     {
         daqbind.StartAction();
     }
 }