コード例 #1
0
ファイル: template.master.cs プロジェクト: dtvthethe/fmstyle
    // danh muc :

    private void loadDanhMuc()
    {
        danhmucBLL bs = new danhmucBLL();

        menusubtitle.DataSource = bs.getMenu();
        menusubtitle.DataBind();
    }