Exemplo n.º 1
0
 private void menuAddString_Click(object sender, EventArgs e)
 {
     FormString fs = new FormString(this, false);
     fs.Show();
 }
Exemplo n.º 2
0
 private void typeAStringToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormString fs = new FormString(this, true);
     fs.Show();
 }