Ejemplo n.º 1
0
        public void Merge(object o)
        {
            RedDotConfigCategory s = o as RedDotConfigCategory;

            this.list.AddRange(s.list);
        }
Ejemplo n.º 2
0
 public RedDotConfigCategory()
 {
     Instance = this;
 }