Exemplo n.º 1
0
 private void addElementBtn_Click(object sender, EventArgs e)
 {
     spf = new SelectPerehodForm();
     spf.Tag = this;
     spf.ShowDialog();
 }
Exemplo n.º 2
0
 private void добавитьToolStripMenuItem_Click(object sender, EventArgs e)
 {
     spf = new SelectPerehodForm();
     spf.Tag = this;
     spf.ShowDialog();
 }