Exemplo n.º 1
0
 public ConnectEvent()
 {
     Command = CommandID.Connect;
     Proto   = new ConnectInfo();
 }
Exemplo n.º 2
0
 public BreakConnectEvent()
 {
     Command = CommandID.BreakConnection;
     Proto   = new ConnectInfo();
 }