AGS.Editor.GUIController.AddOrShowPane C# (CSharp) Method

AddOrShowPane() public method

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