private void IPAdressText_Click(object sender, EventArgs e) { m_IPForm = new IPForm(); m_IPForm.Show(); ChangedIP = true; }