コード例 #1
0
        private void metroTile14_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            frmcommunication comm = new frmcommunication();

            comm.Show();
        }
コード例 #2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            frmcommunication commmain = new frmcommunication();

            commmain.Show();
        }