Beispiel #1
0
 public static Foto Instancia()
 {
     if (((foto == null) || (foto.IsDisposed == true)))
     {
         foto = new Foto();
     }
     foto.BringToFront();
     return foto;
 }