Пример #1
0
        private void netToolStripMenuItem_Click(object sender, EventArgs e)
        {
            netconfig ip = new netconfig();

            ip.ShowDialog();
        }
Пример #2
0
 private void button10_Click(object sender, EventArgs e)
 {
     netconfig ip = new netconfig();
     ip.ShowDialog();
 }
Пример #3
0
        private void button10_Click(object sender, EventArgs e)
        {
            netconfig ip = new netconfig();

            ip.ShowDialog();
        }
Пример #4
0
 private void netToolStripMenuItem_Click(object sender, EventArgs e)
 {
     netconfig ip = new netconfig();
     ip.ShowDialog();
 }