d18bbe3bd954c9bfba17d7a22729cd3ee1a76f17
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms.WebBrowserDialogs / ChangeLog
1 2007-10-30  Andreia Gaita <avidigal@novell.com>\r
2 \r
3         * AlertCheck.cs, ConfirmCheck.cs, Generic.cs, Prompt.cs: \r
4         Fix warnings\r
5 \r
6 2007-10-07  Andreia Gaita <avidigal@novell.com>\r
7 \r
8         * Added webbrowser dialog implementations. \r
9         Generic is a generic form with a table layout and \r
10         methods for adding buttons, labels, checkboxes and \r
11         textboxes. The other    classes inherit from Generic, \r
12         and call up     to add the needed fields for each specific\r
13         dialog.