private void btnPastComminications_Click(object sender, EventArgs e)
        {
            Past_Communications comms = new Past_Communications();

            this.Hide();
            comms.Show();
        }
Exemple #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     P_communications.Show();
     this.Hide();
 }