AGS.Editor.GUIController.AddOrShowPane C# (CSharp) 메소드

AddOrShowPane() 공개 메소드

public AddOrShowPane ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
리턴 void
        public void AddOrShowPane(ContentDocument pane)
        {
            _mainForm.AddOrShowPane(pane);
        }
GUIController