C# Class GamingInterface.ButtonAllocationPanel

Inheritance: System.Windows.Forms.Panel
显示文件 Open project: RocHCI/legion-gaming

Public Methods

Method Description
ButtonAllocationPanel ( MainInterface myParent, string myConfigFile ) : System
readConfigFile ( ) : bool
writeConfigFile ( ) : void

Method Details

ButtonAllocationPanel() public method

public ButtonAllocationPanel ( MainInterface myParent, string myConfigFile ) : System
myParent MainInterface
myConfigFile string
return System

readConfigFile() public method

public readConfigFile ( ) : bool
return bool

writeConfigFile() public method

public writeConfigFile ( ) : void
return void