Example #1
0
 public void RaiseE()
 {
     Event3.Raise(this, EventArgs.Empty);
 }
Example #2
0
 public void RaiseD()
 {
     Event3.Raise(this);
 }