using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QM.Exchange.Adapters.SharedFile { /// /// 远程共享文件适配器 /// public class RemoteFileAdapter { } }