コード例 #1
0
 protected virtual void OnRaiseEvent()
 {
     Raisevent?.Invoke(this, EventArgs.Empty);
 }
コード例 #2
0
 protected virtual void OnRaiseEvent()
 {
     Raisevent?.Invoke(this, new EventArgs());
 }