| 12345678910111213141516171819202122232425262728293031 |
- 2009-08-20 Marek Habersack <[email protected]>
- * ControlAdapter.cs: check if Control isn't null before using it.
- CreateChildControls () must forward call to the control. Fixes bug
- #517172
- 2008-01-15 Dean Brettle <[email protected]>
- * ControlAdapter.cs: made control field internal so
- derived internal classes can access it without using base.Control
- which can involved several typecasts.
- 2008-01-12 Dean Brettle <[email protected]>
- * PageAdapter.cs: implemented all members.
-
- 2008-01-07 Dean Brettle <[email protected]>
- * ControlAdapter.cs: implemented all members.
-
- 2005-08-24 Chris Toshok <[email protected]>
- * PageAdapter.cs, ControlAdapter.cs: add MonoTODO's.
- 2005-08-18 Dick Porter <[email protected]>
- * PageAdapter.cs, ControlAdapter.cs: 2.0 stubs
- 2004-08-04 Sanjay Gupta <[email protected]>
-
- * WmlPostFieldType.cs : Added enumeration.
|