private void comprasToolStripMenuItem_Click(object sender, EventArgs e) { Buys buys = new Buys { MdiParent = this.MdiParent }; buys.Show(); }
private void button4_Click(object sender, EventArgs e) { Buys buys = new Buys { MdiParent = this.MdiParent }; buys.Show(); }
public ViewSupplier(Buys buy) { InitializeComponent(); this._buys = buy; }
public ViewProducts(Buys buy) { InitializeComponent(); this._buys = buy; }
private void button2_Click(object sender, EventArgs e) { Buys b = new Buys(); b.Show(); }
public ViewUser(Buys buys) { InitializeComponent(); _buys = buys; }