AGS.Editor.GUIController.RemovePaneIfExists C# (CSharp) Méthode

RemovePaneIfExists() public méthode

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