Exemplo n.º 1
0
 protected override void FireStateChanged(TCPServer.TCPServer source, string state)
 {
     if (StateChanged != null)
     {
         StateChanged(this, state);
     }
 }
Exemplo n.º 2
0
 protected abstract void FireStateChanged(TCPServer.TCPServer source, string state);
Exemplo n.º 3
0
 public void TCPCommunicationEndPoint_StateChanged(TCPServer.TCPServer source, string state)
 {
     FireStateChanged(source, state);
 }