Ejemplo n.º 1
0
        private void comprasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Buys buys = new Buys {
                MdiParent = this.MdiParent
            };

            buys.Show();
        }
Ejemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Buys buys = new Buys {
                MdiParent = this.MdiParent
            };

            buys.Show();
        }
Ejemplo n.º 3
0
 public ViewSupplier(Buys buy)
 {
     InitializeComponent();
     this._buys = buy;
 }
Ejemplo n.º 4
0
 public ViewProducts(Buys buy)
 {
     InitializeComponent();
     this._buys = buy;
 }
Ejemplo n.º 5
0
        private void button2_Click(object sender, EventArgs e)
        {
            Buys b = new Buys();

            b.Show();
        }
Ejemplo n.º 6
0
 public ViewUser(Buys buys)
 {
     InitializeComponent();
     _buys = buys;
 }