SetPreset() public method

public SetPreset ( uint aValue ) : void
aValue uint
return void
Exemplo n.º 1
0
 private void EventPresetChanged()
 {
     iSongcast.SetPreset(iConfigurationWindow.Preset);
 }