예제 #1
0
 /// <summary>
 /// Starts the wizard by moving to the first step.
 /// </summary>
 public void Start()
 {
     SetStep(_wizardController.GetFirstStep());
     SetButtonState();
 }