internal static InstallerControl CreateSqlServerSettingsControl() { SQLServerSettings control = new SQLServerSettings(); control.Title = Resources.CommonUIStrings.controlTitleInstalling; control.SubTitle = Resources.CommonUIStrings.controlSubTitleInstalling; return control; }
internal static InstallerControl CreateSqlServerSettingsControl() { SQLServerSettings control = new SQLServerSettings(); control.Title = Resources.CommonUIStrings.controlTitleInstalling; control.SubTitle = Resources.CommonUIStrings.controlSubTitleInstalling; return(control); }