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

ShowFinishedPage() public méthode

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