增加了初始弹窗,但是没有成功
更改了CAN和LIN协调 更改了配置程序的名称顺序
This commit is contained in:
16
CapMachine.Wpf/Services/ApplicationContext.cs
Normal file
16
CapMachine.Wpf/Services/ApplicationContext.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user