예제 #1
0
        private void cSuamau_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            tbMain.EndInit();
            CDTControl.Printing pr = new Printing(tbMain.DefaultView, "InPatin1");

            pr.EditForm();
        }
예제 #2
0
 private void simpleButton1_Click(object sender, EventArgs e)//sửa mẫu
 {
     CDTControl.Printing pr = new Printing(tbMain, "Re_inve");
     pr.EditForm();
 }
예제 #3
0
 private void btEditForm_Click(object sender, EventArgs e)
 {
     CDTControl.Printing pr = new Printing(dsData.Tables[1], "Re_inDoiQua");
     pr.EditForm();
 }