Ejemplo n.º 1
0
 private void stockInHandToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.Show();
     Excel.stock_in_hand_ est = new Excel.stock_in_hand_();
     est.ShowDialog();
 }
Ejemplo n.º 2
0
 private void button2_Click(object sender, EventArgs e)
 {
     Excel.stock_in_hand_ est = new Excel.stock_in_hand_();
     est.ShowDialog();
 }