Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.ComponentModel « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7b907d7dbfaec0e6d2c0ee65d39511a835e2dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
2001-08-21  Nick Drochak <ndrochak@gol.com>

	* Component.cs: Eliminated compile errors by removing redundant fields and
	using the ISite member instead.  Also raised the Disposed event, but not
	sure if it's correct now.  Look for FIXME in the comments.

2001-08-02  Miguel de Icaza  <miguel@ximian.com>

	* EventHandlerList.cs: New file.

	* Container.cs, Component.cs, IContainer.cs, IComponent.cs,
	ComponentCollection.cs, ISite.cs: New classes