Ejemplo n.º 1
0
 private static InstallerControl CreateWelcomeControl()
 {
     WelcomeControl control = new WelcomeControl();
     control.Title = ApplicationSettings.FormatString("Aspose DNN Project");
     control.SubTitle = ApplicationSettings.FormatString("Welcome to the Aspose DNN project creation wizard");
     return control;
 }
        private static InstallerControl CreateWelcomeControl()
        {
            WelcomeControl control = new WelcomeControl();

            control.Title    = ApplicationSettings.FormatString("Aspose DNN Project");
            control.SubTitle = ApplicationSettings.FormatString("Welcome to the Aspose DNN project creation wizard");
            return(control);
        }