예제 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            comlab c = new comlab();

            this.Hide();
            c.Show();
        }
예제 #2
0
파일: link.cs 프로젝트: AshifMohamed/SMS
        private void metroTile4_Click(object sender, EventArgs e)
        {
            comlab c = new comlab();

            c.Show();
        }