示例#1
0
        private void link_Regulamento_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Regulamento regulamento = new Regulamento();

            regulamento.Show();
            radioButton1.Enabled = true;
        }
示例#2
0
 private void link_Regulamento_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     Regulamento regulamento = new Regulamento();
     regulamento.Show();
     radioButton1.Enabled = true;
 }