CmisSync.SetupWizardController.ShowFinishedPage C# (CSharp) Метод

ShowFinishedPage() публичный Метод

public ShowFinishedPage ( ) : void
Результат void
        void ShowFinishedPage()
        {
            Header.StringValue = Properties_Resources.Ready;
            Description.StringValue = String.Empty;
            SubController = new SetupSubFinishedController (Controller);
            Content.ContentView = SubController.View;
        }