Exemplo n.º 1
0
 protected internal void execute(LSClient Client, byte[] buffer)
 {
     _Client = Client;
     _buffer = buffer;
     _offset = 2;
     Read();
     Run();
 }
Exemplo n.º 2
0
 protected internal void execute(LSClient Client, byte[] buffer)
 {
     _Client = Client;
     _buffer = buffer;
     _offset = 2;
     Read();
     Run();
 }
Exemplo n.º 3
0
 public static LSClient GetInstance()
 {
     return((Instance != null) ? Instance : Instance = Instance = new LSClient());
 }
Exemplo n.º 4
0
 public static LSClient GetInstance()
 {
     return (Instance != null) ? Instance : Instance = Instance = new LSClient();
 }