Example #1
0
    public P_IBOM()
    {
        PAGENAME      = "/input/products/bom.aspx";
        featureHelper = new IbomDelegate();
        int value = 4;

        helperProduct = new ProductDelegatePage(value);
    }
    public whatif_products_ibom()
    {
        PAGENAME      = "whatif_products_ibom.aspx";
        featureHelper = new IbomDelegate();
        int value = 4;

        helperProduct        = new ProductDelegatePage(value);
        fieldsNonEditable    = new bool[featureHelper.FIELDS.Length];
        fieldsNonEditable[1] = true;
    }