Exemple #1
0
        protected void closeWindow(string path)
        {
            Widget g = iFace.FindByName(path);

            if (g != null)
            {
                iFace.DeleteWidget(g);
            }
        }
Exemple #2
0
 void unloadDialog(Interface host)
 {
     host.DeleteWidget(this);
 }