增加了初始弹窗,但是没有成功
更改了CAN和LIN协调 更改了配置程序的名称顺序
This commit is contained in:
31
CapMachine.Wpf/Services/IApplicationContext.cs
Normal file
31
CapMachine.Wpf/Services/IApplicationContext.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace CapMachine.Wpf.Services
|
||||
{
|
||||
public interface IApplicationContext
|
||||
{
|
||||
//[CanBeNull]
|
||||
//TenantInformation CurrentTenant { get; }
|
||||
|
||||
//AbpUserConfigurationDto Configuration { get; set; }
|
||||
|
||||
//GetCurrentLoginInformationsOutput LoginInfo { get; }
|
||||
|
||||
//void ClearLoginInfo();
|
||||
|
||||
//void SetLoginInfo(GetCurrentLoginInformationsOutput loginInfo);
|
||||
|
||||
//void SetAsHost();
|
||||
|
||||
//void SetAsTenant(string tenancyName, int tenantId);
|
||||
|
||||
//LanguageInfo CurrentLanguage { get; set; }
|
||||
|
||||
//void Load(TenantInformation currentTenant, GetCurrentLoginInformationsOutput loginInfo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user