Exemple #1
0
        void AgregarToolStripMenuItemClick(object sender, EventArgs e)
        {
            AProducto agregaproducto = new AProducto();

            agregaproducto.Owner = this;
            agregaproducto.ShowDialog();
        }
 void AgregarToolStripMenuItemClick(object sender, EventArgs e)
 {
     AProducto agregaproducto = new AProducto();
     agregaproducto.Owner = this;
     agregaproducto.ShowDialog();
 }