Exemple #1
0
 public void Remove(ForList t)
 {
     this.VerticalScroll.Value = 0;
     this.Compot.Remove(t);
     this.BackGround.Controls.Remove(t);
     Correct();
 }
Exemple #2
0
        public void AddGroup(Groups g)
        {
            this.VerticalScroll.Value = 0;
            ForList for_local = new ForList(g);

            this.Compot.Add(for_local);
            this.BackGround.Controls.Add(for_local);
            Correct();
        }