Пример #1
0
 private void FindOthers()
 {
     findOthersW fow = new findOthersW(this);
     fow.Show();
 }
Пример #2
0
 private void toolStripButton12_Click(object sender, EventArgs e)
 {
     findOthersW fow = new findOthersW(this.mW);
     fow.Show();
 }