CmisSync.SetupWizardController.ShowWelcomePage C# (CSharp) Méthode

ShowWelcomePage() public méthode

public ShowWelcomePage ( ) : void
Résultat void
        void ShowWelcomePage()
        {
            Header.StringValue = Properties_Resources.Ready;
            Description.StringValue = String.Empty;
            SubController = new SetupSubWelcomeController (Controller);
            Content.ContentView = SubController.View;
        }