示例#1
0
文件: NTR.cs 项目: shinewave/kit-kat
 protected virtual void OnDataReady(DataReadyEventArgs e)
 {
     DataReady?.Invoke(this, e);
 }