Exemplo n.º 1
0
        private void differentFriendToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Class1.ip = "";
            Form newForm = new CALL();

            newForm.ShowDialog(this);
        }
Exemplo n.º 2
0
        private void sAMEFRIENDToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Class1.ip = txtRemoteIP.Text.ToString();
            Form newForm = new CALL();

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