コード例 #1
0
 protected virtual void OnAsyncReadCompleted(AsyncReadCompletedEventArgs e)
 {
     if (AsyncReadCompleted != null)
     {
         AsyncReadCompleted(this, e);
     }
 }
コード例 #2
0
ファイル: xIMUfile.cs プロジェクト: docmartini/xIMUcppAPI
 protected virtual void OnAsyncReadCompleted(AsyncReadCompletedEventArgs e) { if (AsyncReadCompleted != null) AsyncReadCompleted(this, e); }