using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CapMachine.Wpf.Services { /// /// 应用程序上下文,语言,多租户,登录等信息 /// public class ApplicationContext: IApplicationContext { } }