C# 클래스 Gears.SaveLoad

파일 보기 프로젝트 열기: jwatte/gears

공개 메소드들

메소드 설명
loadControl ( IControlLoad xl, Control c ) : void
saveControl ( IControlSave cs, Control c ) : void

메소드 상세

loadControl() 공개 정적인 메소드

public static loadControl ( IControlLoad xl, Control c ) : void
xl IControlLoad
c System.Windows.Forms.Control
리턴 void

saveControl() 공개 정적인 메소드

public static saveControl ( IControlSave cs, Control c ) : void
cs IControlSave
c System.Windows.Forms.Control
리턴 void