Exemplo n.º 1
0
        private void label19_Click(object sender, EventArgs e)
        {
            FormSponsorMoreInfoFond moreInfoFond = new FormSponsorMoreInfoFond(textBoxFond.Text);

            moreInfoFond.Show();
        }
Exemplo n.º 2
0
        private void labelMoreInfo_Click(object sender, EventArgs e)
        {
            FormSponsorMoreInfoFond infoFond = new FormSponsorMoreInfoFond(comboBoxContrib.Text);

            infoFond.Show();
        }