| 12345678910111213141516171819202122232425 |
- 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.
|