private void netToolStripMenuItem_Click(object sender, EventArgs e) { netconfig ip = new netconfig(); ip.ShowDialog(); }
private void button10_Click(object sender, EventArgs e) { netconfig ip = new netconfig(); ip.ShowDialog(); }