public BaseEstimateLineRecordControl() { this.Init += Control_Init; this.Load += Control_Load; this.PreRender += Control_PreRender; this.EvaluateFormulaDelegate = new DataSource.EvaluateFormulaDelegate(this.EvaluateFormula); }
public BaseUOMTableControl() { this.Init += Control_Init; this.Load += Control_Load; this.PreRender += Control_PreRender; this.EvaluateFormulaDelegate = new DataSource.EvaluateFormulaDelegate(this.EvaluateFormula); }
// Write out the methods for DataSource #endregion #region "Section 2: Do not modify this section." private void Initialize() { // Called by the class constructor to initialize event handlers for Init and Load // You can customize by modifying the constructor in Section 1. this.Init += new EventHandler(Page_InitializeEventHandlers); this.PreInit += new EventHandler(Page_PreInit); this.Load += new EventHandler(Page_Load); EvaluateFormulaDelegate = new BaseClasses.Data.DataSource.EvaluateFormulaDelegate(EvaluateFormula); }
private void Initialize() { // Called by the class constructor to initialize event handlers for Init and Load // You can customize by modifying the constructor in Section 1. this.Init += new EventHandler(Page_InitializeEventHandlers); this.PreInit += new EventHandler(Page_PreInit); this.Load += new EventHandler(Page_Load); EvaluateFormulaDelegate = new BaseClasses.Data.DataSource.EvaluateFormulaDelegate(EvaluateFormula); }
public BaseVwPropSBondBudgetTableControlRow() { this.Init += Control_Init; this.Load += Control_Load; this.PreRender += Control_PreRender; this.EvaluateFormulaDelegate = new DataSource.EvaluateFormulaDelegate(this.EvaluateFormula); }