internal static InstallerControl CreateWebAppDeploymentTargetsControl() { InstallerControl control = new DeploymentTargetsControl(); control.Title = Resources.CommonUIStrings.controlTitleWebApplicationDeployment; control.SubTitle = Resources.CommonUIStrings.controlSubTitleWebApplicationDeployment; return(control); }
internal static InstallerControl CreateWebAppDeploymentTargetsControl() { InstallerControl control = new DeploymentTargetsControl(); control.Title = Resources.CommonUIStrings.controlTitleWebApplicationDeployment; control.SubTitle = Resources.CommonUIStrings.controlSubTitleWebApplicationDeployment; return control; }