Exemplo n.º 1
0
        private void link_Regulamento_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Regulamento regulamento = new Regulamento();

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