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