コード例 #1
0
 private void VerConformacion()
 {
     Articulos.VerConformacion FormularioDetalles = new Articulos.VerConformacion();
     FormularioDetalles.MdiParent = this.ParentForm.MdiParent;
     FormularioDetalles.Mostrar(this.Elemento as Lbl.Articulos.Articulo);
     FormularioDetalles.Show();
 }
コード例 #2
0
ファイル: Editar.cs プロジェクト: solutema/ultralight
 private void VerConformacion()
 {
         Articulos.VerConformacion FormularioDetalles = new Articulos.VerConformacion();
         FormularioDetalles.MdiParent = this.ParentForm.MdiParent;
         FormularioDetalles.Mostrar(this.Elemento as Lbl.Articulos.Articulo);
         FormularioDetalles.Show();
 }