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

RemovePaneIfExists() public method

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