Click or drag to resize

FormBaseGetEmplName Method (String, MccLabel)

사원이름을 label 컨트롤에 Setting

Namespace:  Mcc.Series.Ui
Assembly:  Mcc.Series.Ui (in Mcc.Series.Ui.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void GetEmplName(
	string empl_no,
	MccLabel label
)

Parameters

empl_no
Type: SystemString
(empl_no) 사번
label
Type: Mcc.Series.ControlsMccLabel
empl_no label
Remarks
사원 정보가 없는 경우에는 labal 글씨를 red로 "사원 정보 없음"으로 setting
See Also