https://bugzilla.novell.com/show_bug.cgi?id=393775
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=393775#c6 --- Comment #6 from Eric Petit <[EMAIL PROTECTED]> 2008-05-24 04:51:34 MDT --- because SaveFileDialog and OpenFileDialog are like same i had a look at the two SaveFileDialog/OpenFileDialog cs files: the first and bigest diff is the fact of one verify if this NET.2.0 other not : SaveFileDialog : [Designer ("System.Windows.Forms.Design.SaveFileDialogDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")] OpenFileDialog : #if !NET_2_0 [Designer ("System.Windows.Forms.Design.OpenFileDialogDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")] #endif I don't know if this is really important and if can help. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
