public static void OpenStudio() { OpenWindowIfNotExists(); DesignerView.OpenWindowIfNotExists(); OutlineView.OpenWindowIfNotExists(); PropertyView.OpenWindowIfNotExists(); }
void OnDestroy() { OutlineView.CloseIfExists(); DesignerView.CloseIfExists(); PropertyView.CloseIfExists(); }