コード例 #1
0
ファイル: GSTcategoryList.cs プロジェクト: mezeus/IPCAXprs
        private void GSTcategoryList_Load(object sender, EventArgs e)
        {
            List <eSunSpeedDomain.TaxCategoryModel> lstGSTcategorys = objtaxbl.GetAllGSTCategories();

            dvgGSTcategoryList.DataSource = lstGSTcategorys;
        }