Ejemplo n.º 1
0
 private void FindOthers()
 {
     findOthersW fow = new findOthersW(this);
     fow.Show();
 }
Ejemplo n.º 2
0
 private void toolStripButton12_Click(object sender, EventArgs e)
 {
     findOthersW fow = new findOthersW(this.mW);
     fow.Show();
 }