コード例 #1
0
 public static frmTransportes ObtenerInstancia()
 {
     if (Instancia == null || Instancia.IsDisposed == true)
         Instancia = new frmTransportes();
     return Instancia;
 }
コード例 #2
0
 public static frmTransportes ObtenerInstancia(Modelo_Entidades.USUARIO oUsu)
 {
     if (Instancia == null || Instancia.IsDisposed == true)
         Instancia = new frmTransportes(oUsu);
     return Instancia;
 }