Example #1
0
 private void grdViewF2_Layout(object sender, EventArgs e)
 {
     if (m_bLayout == false)
     {
         return;
     }
     BsfGlobal.UpdateLayout("Format2", grdViewF2);
 }
Example #2
0
 private void grdViewReceipt_Layout(object sender, EventArgs e)
 {
     if (m_bLayOut == false)
     {
         return;
     }
     BsfGlobal.UpdateLayout("CRMReceiptRegister", grdViewReceipt);
 }
Example #3
0
 private void grdViewCall_Layout(object sender, EventArgs e)
 {
     if (m_bLayout == false)
     {
         return;
     }
     BsfGlobal.UpdateLayout("PostFollowup", grdViewCall);
 }
Example #4
0
 private void DGvTransView_Layout(object sender, EventArgs e)
 {
     if (m_bLayOut == false)
     {
         return;
     }
     BsfGlobal.UpdateLayout("CRMLeadRegister", DGvTransView);
 }