CmisSync.SetupWizardController.ShowFinishedPage C# (CSharp) Method

ShowFinishedPage() public method

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