Beispiel #1
0
 public void OnNextStep(FourthStepNextEventArgs arg)
 {
     if (NextStep != null)
     {
         NextStep(this, arg);
     }
 }
Beispiel #2
0
 public void OnNextStep(FourthStepNextEventArgs arg)
 {
     if (NextStep != null) NextStep(this, arg);
 }