AGS.Editor.GUIController.RemovePaneIfExists C# (CSharp) Метод

RemovePaneIfExists() публичный Метод

public RemovePaneIfExists ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
Результат void
        public void RemovePaneIfExists(ContentDocument pane)
        {
            _mainForm.RemovePaneIfExists(pane);
        }
GUIController