Class StationControlsName
工位控件名称
public class StationControlsName
- Inheritance
-
StationControlsName
- Inherited Members
- Extension Methods
Constructors
StationControlsName(string, string)
构造
public StationControlsName(string stationName, string controlName)
Parameters
Properties
ControlName
控件名称
public string ControlName { get; set; }
Property Value
StationName
工位名称
public string StationName { get; set; }