BuffergasHardwareControl.Controller.StopRemoteControl C# (CSharp) Метод

StopRemoteControl() публичный Метод

public StopRemoteControl ( ) : void
Результат void
        public void StopRemoteControl()
        {
            //  try
              //  {
                window.WriteToConsole("Remoting Stopped!");
                //setValuesDisplayedOnUI(loadParameters(profilesPath + "tempParameters.bin"));

              //  if (System.IO.File.Exists(profilesPath + "tempParameters.bin"))
              //  {
               //     System.IO.File.Delete(profilesPath + "tempParameters.bin");
               // }
               // }
               // catch (Exception)
               // {
               //     window.WriteToConsole("Unable to load Parameters.");
               // }
            //HCState = SHCUIControlState.OFF;
               // window.UpdateUIState(HCState);
            //ApplyRecordedStateToHardware();
        }