Ejemplo n.º 1
0
        private void linkCauHinh_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            frmCauHinhHeThong fr = new frmCauHinhHeThong();

            this.Hide();
            fr.ShowDialog();
            this.Show();
        }
Ejemplo n.º 2
0
        private void labelCauHinhMayChu_Click(object sender, EventArgs e)
        {
            frmCauHinhHeThong fr = new frmCauHinhHeThong();

            this.Hide();
            fr.ShowDialog();
            this.Show();
        }