I developing an app in C# 2005 and would like some advice on how I should go with my next step:
I have a Solution with a couple of projects in it from different developers (.dll) and some are mine. I need to implement some common functionality that will be used by other developers for some of these Windows Forms. Such functionality are buttons that pop-up othe dialogs/windows and perform their duties. These components are items like Notes, References, etc. Basically, when Users click on these buttons of the main form(s), they will be able to Add (notes for example to that record set).
What do you all suggest? Base classes, stand-alone forms, Interfaces, or what do you recoomend?
Any and all advice will be greatly appreciated.
I have a Solution with a couple of projects in it from different developers (.dll) and some are mine. I need to implement some common functionality that will be used by other developers for some of these Windows Forms. Such functionality are buttons that pop-up othe dialogs/windows and perform their duties. These components are items like Notes, References, etc. Basically, when Users click on these buttons of the main form(s), they will be able to Add (notes for example to that record set).
What do you all suggest? Base classes, stand-alone forms, Interfaces, or what do you recoomend?
Any and all advice will be greatly appreciated.