125126127128129130131132133134135
continue; } if (!firstRun && newOffice) { if (!office.closeExistingOffice(param, true)) { office.disposeManager(param); } startOffice(param); } firstRun = false;
141142143144145146147148149150151
continue; } if (!firstRun && newOffice){ if (!office.closeExistingOffice(param, true)){ office.disposeManager(param); } startOffice(param); } firstRun = false;