示例#1
0
 public override WizardPanel GetPrevious()
 {
     if (_historyWindow != null)
     {
         _historyWindow.Dispose();
     }
     return(new SetUpPanel(_programLogic));
 }