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