ChangeLog 387 B

1234567891011
  1. 2001-09-09 Nick Drochak <[email protected]>
  2. * BooleanSwitch.cs: Make this class use it's parent class's features. Namely, use SwitchSetting
  3. so that we can get OnSwitchSettingChanged() to fire for free.
  4. 2001-09-09 Nick Drochak <[email protected]>
  5. * ChangeLog: added this file
  6. * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.