Exemplo n.º 1
0
 protected void OnRecieveCommand(TerminalEventArgs e)
 {
     if (this.CentralCommand != null)
     {
         this.CentralCommand(this, e);
     }
 }
Exemplo n.º 2
0
 protected void OnTerminalStateChange(TerminalEventArgs e)
 {
     if (this.TerminalStateChange != null)
     {
         this.TerminalStateChange(this, e);
     }
 }