using System.Collections.Generic; public class TB_SystemContainer { public Dictionary<int, TB_System> dataDic = new Dictionary<int, TB_System>(); }