using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Future.Platform { /// /// 输出控制:使用扩展通道输出数据或消息 /// internal class Output { } }