public void Merge(object o) { RedDotConfigCategory s = o as RedDotConfigCategory; this.list.AddRange(s.list); }
public RedDotConfigCategory() { Instance = this; }