C# Class Driver360WChatPad.ChatpadController

Show file Open project: ryandb2/XBOX360WIRELESSCONTROLLERCHATPAD Class Usage Examples

Public Properties

Property Type Description
dt System.Data.DataTable

Public Methods

Method Description
ChatpadController ( ) : System
GetChatPadKeyValue ( string value, bool orangeModifer, bool greenModifer ) : string

Method Details

ChatpadController() public method

public ChatpadController ( ) : System
return System

GetChatPadKeyValue() public method

public GetChatPadKeyValue ( string value, bool orangeModifer, bool greenModifer ) : string
value string
orangeModifer bool
greenModifer bool
return string

Property Details

dt public property

public DataTable,System.Data dt
return System.Data.DataTable