コード例 #1
0
ファイル: StepConfirm.ascx.cs プロジェクト: gkovalev/nastia
 public void OnNextStep(FourthStepNextEventArgs arg)
 {
     if (NextStep != null)
     {
         NextStep(this, arg);
     }
 }
コード例 #2
0
 public void OnNextStep(FourthStepNextEventArgs arg)
 {
     if (NextStep != null) NextStep(this, arg);
 }