Ejemplo n.º 1
0
 private void Savebtn_Click(object sender, EventArgs e)
 {
     this.groupingName = Utilities.CleanInput(GroupingNametxtbox.Text);
     this.groupCount   = GroupCountTrackbar.Value;
     this.Close();
 }