Beispiel #1
0
 private void stagnographToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     stagnograph sg = new stagnograph();
     sg.ShowDialog();
 }
Beispiel #2
0
 private void pictureBox3_Click(object sender, EventArgs e)
 {
     stagnograph sg = new stagnograph();
     sg.ShowDialog();
 }