Exemplo n.º 1
0
 private void CleanAndClose()
 {
     Logger.EnteringMethod();
     updateFilesWizard.Dispose();
     updateFilesWizard = null;
     if (updateInformationsWizard != null)
     {
         updateInformationsWizard.Dispose();
     }
     updateInformationsWizard = null;
     updateIsInstalledRulesWizard.Dispose();
     updateIsInstalledRulesWizard = null;
     updateIsInstallableRulesWizard.Dispose();
     updateIsInstallableRulesWizard = null;
     this.Close();
 }