ChangeLog 879 B

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