private void differentFriendToolStripMenuItem_Click(object sender, EventArgs e) { Class1.ip = ""; Form newForm = new CALL(); newForm.ShowDialog(this); }
private void sAMEFRIENDToolStripMenuItem_Click(object sender, EventArgs e) { Class1.ip = txtRemoteIP.Text.ToString(); Form newForm = new CALL(); newForm.ShowDialog(this); }