コード例 #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            FrmQuanLyDanhMuc Form_Qldm = new FrmQuanLyDanhMuc();

            Form_Qldm.StartPosition = FormStartPosition.CenterScreen;
            Form_Qldm.ShowDialog();
            Categories = get_service.GetAllCategories(StaticClass.storeId);
            Service.Util.UpdateDataTableForCombo(cmbCate, Categories, 2);
        }
コード例 #2
0
ファイル: FrmDept.cs プロジェクト: hpbaotho/thanhtuan
 private void button3_Click(object sender, EventArgs e)
 {
     FrmQuanLyDanhMuc Form_Qldm=new FrmQuanLyDanhMuc();
     Form_Qldm.StartPosition = FormStartPosition.CenterScreen;
     Form_Qldm.ShowDialog();
     Categories = get_service.GetAllCategories(StaticClass.storeId);
     Service.Util.UpdateDataTableForCombo(cmbCate, Categories, 2);
     
 }