| 1234567891011121314151617181920 |
- 2002-01-04 John R. Hicks <[email protected]>
- * Added preliminary TraceListenerCollection.cs to the build.
- 2002-01-04 John R. Hicks <[email protected]>
- * Added TraceListener.cs, TextWriterTraceListener.cs, and
- DefaultTraceListener.cs to the build and moved them into the
- proper assembly.
- 2002-01-04 John R. Hicks <[email protected]>
- * Added DiagnosticsConfigurationHandler.cs to the build.
- 2001-09-09 Nick Drochak <[email protected]>
- * BooleanSwitch.cs: Make this class use it's parent class's features. Namely, use SwitchSetting
- so that we can get OnSwitchSettingChanged() to fire for free.
- 2001-09-09 Nick Drochak <[email protected]>
- * ChangeLog: added this file
-
- * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.
-
|