Esempio n. 1
0
 public void OnGetBuffer(bool show, int width, int height, int isVertical, int bkSize)
 {
     if (_client != null && !_fulling)
     {
         _client.OnBuffer(width, height, isVertical, bkSize);
     }
 }