protected void closeWindow(string path) { Widget g = iFace.FindByName(path); if (g != null) { iFace.DeleteWidget(g); } }
void unloadDialog(Interface host) { host.DeleteWidget(this); }