Ejemplo n.º 1
0
 public bool entferneForm(iForms OldWindow)
 {
     if (OldWindow != null)
     {
         this.MainWindows.Remove(OldWindow);
         return(true);
     }
     else
     {
         return(false);
     }
 }
Ejemplo n.º 2
0
 public void registriereForm(iForms NewWindow)
 {
     this.MainWindows.Add(NewWindow);
 }