Method | Description | |
---|---|---|
GetMaxSongs ( ) : int |
Gets the maximum of songs alllowed in List
|
|
GetPortable ( ) : int |
Gets the Portable Status
|
|
Load ( object settingsObject ) : void |
Retrieves an object's public properties from an Xml file
|
|
Save ( object settingsObject ) : void |
Stores an object's public properties to an Xml file
|
|
SetMaxSongs ( int maxsongs ) : void |
Sets the maximum of Songs before switching to B Mode
|
|
SetPortable ( int portable ) : void |
Sets the Portable Status
|
public Load ( object settingsObject ) : void | ||
settingsObject | object | Object's instance |
return | void |
public Save ( object settingsObject ) : void | ||
settingsObject | object | Object's instance |
return | void |