Method | Description | |
---|---|---|
AcronymSettingsProvider ( ) : System | ||
Add ( string newAcronym, string newMeaning ) : void | ||
OnPropertyChanged ( string propertyName ) : void | ||
Read ( ) : void | ||
Remove ( string deleteAcronym ) : void | ||
Write ( ) : void |
Method | Description | |
---|---|---|
OnChanged ( object source, |
||
QueuedWrite ( ) : void | ||
SendUpdateEvent ( ) : void |
public Add ( string newAcronym, string newMeaning ) : void | ||
newAcronym | string | |
newMeaning | string | |
return | void |
public OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public Remove ( string deleteAcronym ) : void | ||
deleteAcronym | string | |
return | void |