Click or drag to resize

ConfigManagerClassSaveFormConfig Method

폼별 환경설정을 저장합니다.

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 SaveFormConfig(
	Form form,
	string system_gb,
	int empl_no,
	string class_nm,
	string dockXmlData
)

Parameters

form
Type: System.Windows.FormsForm
타겟 폼
system_gb
Type: SystemString
시스템 구분
empl_no
Type: SystemInt32
로그인사번
class_nm
Type: SystemString
클래스 명칭
dockXmlData
Type: SystemString
도팅매니져 설정 xml데이터
See Also