コード例 #1
0
 private void stockInHandToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.Show();
     Excel.stock_in_hand_ est = new Excel.stock_in_hand_();
     est.ShowDialog();
 }
コード例 #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     Excel.stock_in_hand_ est = new Excel.stock_in_hand_();
     est.ShowDialog();
 }