Example #1
0
 private void OnStepEnd(PageStepEventArgs e)
 {
     StepEnd?.Invoke(this, e);
 }
Example #2
0
 private void OnStepStart(PageStepEventArgs e)
 {
     StepStart?.Invoke(this, e);
 }