BeginHandling() public method

public BeginHandling ( ) : void
return void
Ejemplo n.º 1
0
 public void BeginProcess()
 {
     handler = new NetworkHandler(this, skt);
     handler.BeginHandling();
 }
Ejemplo n.º 2
0
 public void BeginProcess()
 {
     handler = new NetworkHandler(this, skt);
     handler.BeginHandling();
 }