internal AbstractWindow(bool useWindowList = true) { this.useWindowList = useWindowList; if (useWindowList) { WindowList.Instance.add(this); } editorLock = new EditorLock("Toolbar_window_" + id); }
internal AbstractWindow() { WindowList.Instance.add(this); editorLock = new EditorLock("Toolbar_window_" + id); }