コード例 #1
0
ファイル: PhoneViewModel.cs プロジェクト: chgmxx/phoneToPcGit
 public void OnGetBuffer(bool show, int width, int height, int isVertical, int bkSize)
 {
     if (_client != null && !_fulling)
     {
         _client.OnBuffer(width, height, isVertical, bkSize);
     }
 }