using System; using System.Collections.Generic; namespace XMainClient { internal class FWnode { public List m_childs; } }