I want to SubClass all the relevant SF classes and am looking for guidance/ best practise. Also if there are any utilities for dong thisAt this stage I dont want to build in any additional functionality but will want to do so in the future the following. Is it sufficient to do the following for each of the classes:
e.g.
public class MyBaseBo : MicroFour.StartaFrame.BusinessLayer
{
}
public class MyBaseTextBox : MicroFour.StrataFrame.UI.Windows.Forms.Textbox
{
}
or do I need to refer to Methods inside each class
(e.g. In VFP terms, do I need to put in a DoDeafult() for each method