Ejemplo n.º 1
0
 public void ReleaseControl(string subroutineName)
 {
     Parent.UpdateFormStatusTitle(@"\terminal");
     Parent.UpdateSubroutineStatusTitle(@"");
     CurrentSubroutine       = "none";
     CurrentSubroutineObject = null;
 }
Ejemplo n.º 2
0
 public void TakeControl(string subroutineName, Subroutine subroutine)
 {
     Parent.UpdateFormStatusTitle(string.Format("\\terminal\\{0}", subroutineName));
     CurrentSubroutine       = subroutineName;
     CurrentSubroutineObject = subroutine;
 }