public void ShowWelcomeDialog() { if (Program.m_options.SilentInstall) { InstallerEngine.InstallAsync(); } else { DebugLog("ShowWelcomeDialog starting"); PanelWelcome panel = new PanelWelcome(); panel.SetTitle(InstallerEngine.PackageTitle); ShowPanel(panel); DebugLog("ShowWelcomeDialog ending"); } }
public void ShowWelcomeDialog() { if (Program.m_options.SilentInstall) InstallerEngine.InstallAsync(); else { DebugLog("ShowWelcomeDialog starting"); PanelWelcome panel = new PanelWelcome(); panel.SetTitle(InstallerEngine.PackageTitle); ShowPanel(panel); DebugLog("ShowWelcomeDialog ending"); } }