private void aioChatBtn_Click(object sender, EventArgs e)
        {
            StaffChatPage StaffPage = new StaffChatPage();

            StaffPage.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void AioChatBtn_Click(object sender, EventArgs e)
        {
            StaffChatPage chat = new StaffChatPage();

            chat.Show();
            this.Hide();
        }
        private void aioChatBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate form1 = new ProfileUpdate();

            form1.Close();
            StaffChatPage f2 = new StaffChatPage();

            f2.Show();

            this.Hide();
        }