コード例 #1
0
ファイル: NTRClient.cs プロジェクト: olliz0r/Ledybot
 protected virtual void OnDataReady(DataReadyEventArgs e)
 {
     DataReady?.Invoke(this, e);
 }