public partial class MaintForm : MicroFour.StrataFrame.UI.Windows.Forms.StandardForm
    {
        private void TestButton_Click(object sender, EventArgs e)
        {
            nullTestBO1.FillAll();
            decimal? val = nullTestBO1.NULL_TEST_VALUE;
        }
    }
}