示例#1
0
 protected void OnNoData()
 {
     NoData?.Invoke(this, EventArgs.Empty);
 }
示例#2
0
 private void OnNoData()
 {
     NoData?.Invoke(this);
 }