使用新框架与技术代替旧框架与技术,实现涂装车间后道标签扫码程序
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Windows.Controls;
|
||||
using RIZO_Application.Infrastructure.CustomAttribute;
|
||||
|
||||
namespace RIZO_Application.Modules.ModuleName.Views
|
||||
{
|
||||
[AutoRegisterView(ViewName = "MqttControl")]
|
||||
/// <summary>
|
||||
/// MqttController.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class MqttControl : UserControl
|
||||
{
|
||||
public MqttControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user