C# 클래스 GamingInterface.ButtonAllocationPanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: RocHCI/legion-gaming

공개 메소드들

메소드 설명
ButtonAllocationPanel ( MainInterface myParent, string myConfigFile ) : System
readConfigFile ( ) : bool
writeConfigFile ( ) : void

메소드 상세

ButtonAllocationPanel() 공개 메소드

public ButtonAllocationPanel ( MainInterface myParent, string myConfigFile ) : System
myParent MainInterface
myConfigFile string
리턴 System

readConfigFile() 공개 메소드

public readConfigFile ( ) : bool
리턴 bool

writeConfigFile() 공개 메소드

public writeConfigFile ( ) : void
리턴 void