예제 #1
0
        private void comprasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Buys buys = new Buys {
                MdiParent = this.MdiParent
            };

            buys.Show();
        }
예제 #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Buys buys = new Buys {
                MdiParent = this.MdiParent
            };

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

            b.Show();
        }
예제 #6
0
 public ViewUser(Buys buys)
 {
     InitializeComponent();
     _buys = buys;
 }