public UISmokeEditWindow OpenSmokeEditor(ModuleWaterfallSmoke toEdit) { if (smokeEditWindow != null) { } else { smokeEditWindow = new UISmokeEditWindow(toEdit, true); } return(smokeEditWindow); }