CmisSync.SetupWizardController.ShowCustomizePage C# (CSharp) 메소드

ShowCustomizePage() 공개 메소드

public ShowCustomizePage ( ) : void
리턴 void
        void ShowCustomizePage()
        {
            Header.StringValue = Properties_Resources.Customize;
            Description.StringValue = String.Empty;
            SubController = new SetupSubCustomizeController (Controller);
            Content.ContentView = SubController.View;
        }