コード例 #1
0
 public virtual void Skip()
 {
     if (CurrentStep != null)
     {
         CurrentStep.Skip();
     }
 }