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