void OpenForm() { if (form == null) { form = new MasterForm(master, cache, alias); } form.Show(); }
void ISimulatorNode.Remove() { if (form != null) { form.Close(); form.Dispose(); form = null; } master.Shutdown(); }