コード例 #1
0
        void EditarToolStripMenuItemClick(object sender, EventArgs e)
        {
            MostrarProductos mostrarProductos = new MostrarProductos();

            mostrarProductos.Owner = this;
            mostrarProductos.ShowDialog();
        }
コード例 #2
0
ファイル: SuperUsuario.cs プロジェクト: njmube/Punto_de_venta
 void EditarToolStripMenuItemClick(object sender, EventArgs e)
 {
     MostrarProductos mostrarProductos = new MostrarProductos();
     mostrarProductos.Owner = this;
     mostrarProductos.ShowDialog();
 }