Table of Contents

Class StationControlsName

Namespace
AT.Librarys.Container.Config
Assembly
AT.Librarys.Container.dll

工位控件名称

public class StationControlsName
Inheritance
StationControlsName
Inherited Members
Extension Methods

Constructors

StationControlsName(string, string)

构造

public StationControlsName(string stationName, string controlName)

Parameters

stationName string

工位名称

controlName string

控件名称

Properties

ControlName

控件名称

public string ControlName { get; set; }

Property Value

string

StationName

工位名称

public string StationName { get; set; }

Property Value

string