更改主UI界面
This commit is contained in:
@@ -103,6 +103,19 @@ namespace CapMachine.Wpf.Models.Tag
|
||||
set { _AutoHandState = value; RaisePropertyChanged(); }
|
||||
}
|
||||
|
||||
private string _StepExeInfo="--";
|
||||
/// <summary>
|
||||
/// 步骤执行的信息
|
||||
/// 作为主界面的Meter当前步骤的数据的信息
|
||||
/// </summary>
|
||||
public string StepExeInfo
|
||||
{
|
||||
get { return _StepExeInfo; }
|
||||
set { _StepExeInfo = value; RaisePropertyChanged(); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
///// <summary>
|
||||
///// 手自动切换地址
|
||||
///// </summary>
|
||||
|
||||
Reference in New Issue
Block a user