Beispiel #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     this.Show();
     Excel.msl_item msl = new Excel.msl_item();
     msl.ShowDialog();
 }
Beispiel #2
0
 private void mSLItemToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.Show();
     Excel.msl_item msl = new Excel.msl_item();
     msl.ShowDialog();
 }