Ejemplo n.º 1
0
 internal static InstallerControl CreateSqlServerSettingsControl()
 {
     SQLServerSettings control = new SQLServerSettings();
     control.Title = Resources.CommonUIStrings.controlTitleInstalling;
     control.SubTitle = Resources.CommonUIStrings.controlSubTitleInstalling;
     return control;
 }
Ejemplo n.º 2
0
        internal static InstallerControl CreateSqlServerSettingsControl()
        {
            SQLServerSettings control = new SQLServerSettings();

            control.Title    = Resources.CommonUIStrings.controlTitleInstalling;
            control.SubTitle = Resources.CommonUIStrings.controlSubTitleInstalling;
            return(control);
        }