예제 #1
0
 protected internal void execute(LSClient Client, byte[] buffer)
 {
     _Client = Client;
     _buffer = buffer;
     _offset = 2;
     Read();
     Run();
 }
예제 #2
0
 protected internal void execute(LSClient Client, byte[] buffer)
 {
     _Client = Client;
     _buffer = buffer;
     _offset = 2;
     Read();
     Run();
 }
예제 #3
0
파일: LSClient.cs 프로젝트: wgq4812/server
 public static LSClient GetInstance()
 {
     return((Instance != null) ? Instance : Instance = Instance = new LSClient());
 }
예제 #4
0
파일: LSClient.cs 프로젝트: rickisme/server
 public static LSClient GetInstance()
 {
     return (Instance != null) ? Instance : Instance = Instance = new LSClient();
 }