示例#1
0
        public void Merge(object o)
        {
            ServerConfigCategory s = o as ServerConfigCategory;

            this.list.AddRange(s.list);
        }
示例#2
0
 public ServerConfigCategory()
 {
     Instance = this;
 }