Esempio n. 1
0
    /// <summary>
    /// 产生树形菜单
    /// </summary>
    /// <param name="dian"></param>
    public void setProductMenu(string storID, string OrderId)
    {
        ProductTree myTree = new ProductTree();

        this.menuLabel.Text = myTree.getEditMenu10(storID, OrderId).Replace("../", "");
    }