using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Future.Platform { /// /// 外部调用:调用外部可执行命令 /// internal class Invoke { } }