S
Steve B. [Labo.Net]
Hi
In a control Library I'd like to build my own dialog, inheriting
CommonDialog.
However, the only way to realise it I found is to create one class
inheriting CommonDialog (public class MyDialog : CommonDialog) AND one
internal class providing the form (internal class MyDialogForm : Form).
I do not like this why because in my library there's more than one file for
only one components.
Is there any cleaner way to get this result ?
Thanks !
In a control Library I'd like to build my own dialog, inheriting
CommonDialog.
However, the only way to realise it I found is to create one class
inheriting CommonDialog (public class MyDialog : CommonDialog) AND one
internal class providing the form (internal class MyDialogForm : Form).
I do not like this why because in my library there's more than one file for
only one components.
Is there any cleaner way to get this result ?
Thanks !