예제 #1
0
 public void ShowCompleteDialog()
 {
     if (Program.m_options.SilentInstall)
     {
         InstallerEngine.EndInstallation();
     }
     else
     {
         DebugLog("ShowCompleteDialog starting");
         PanelComplete panel = new PanelComplete();
         ShowPanel(panel);
         DebugLog("ShowCompleteDialog ending");
     }
 }
예제 #2
0
 public void ShowCompleteDialog()
 {
     if (Program.m_options.SilentInstall)
     InstallerEngine.EndInstallation();
       else
       {
     DebugLog("ShowCompleteDialog starting");
     PanelComplete panel = new PanelComplete();
     ShowPanel(panel);
     DebugLog("ShowCompleteDialog ending");
       }
 }