[Mono-bugs] [Bug 393775] SaveFileDialog + richtextbox

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 24 06:51:34 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=393775

User surfzoid2002 at yahoo.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=393775#c6





--- Comment #6 from Eric Petit <surfzoid2002 at yahoo.fr>  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.


More information about the mono-bugs mailing list