using System.Collections.Generic; namespace Wizard; public class PackInfo : HeaderData { private List m_dataList = new List(); }