private void btnSplitIntoCateg_Click(object sender, EventArgs e)
 {
     CategoriesForm categ = new CategoriesForm(dgvParticipanti);
     categ.Show();
 }
Exemple #2
0
        private void btnSplitIntoCateg_Click(object sender, EventArgs e)
        {
            CategoriesForm categ = new CategoriesForm(dgvParticipanti);

            categ.Show();
        }