Example #1
0
    public whatif_labor()
    {
        PAGENAME      = "/scenarios/whatif_labor.aspx";
        featureHelper = new LaborDelegate();

        fieldsNonEditable    = new bool[featureHelper.FIELDS.Length];
        fieldsNonEditable[1] = true;
    }
Example #2
0
    public labor()
    {
        PAGENAME = "/input/labor/table.aspx";

        featureHelper = new LaborDelegate();
    }