采用接口调整码神架构
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XCoder { public interface IXForm { } }