Exemplo n.º 1
0
 public frmCustomerAccounts()
 {
     InitializeComponent();
     base.lbl_FormHeader.Text     = "بحث";
     base.btn_Add.Visible         = false;
     base.btn_Delete.Visible      = false;
     this._customerAccountWrapper = new BDCustomerAccountWrapper();
     this._customerWrapper        = new BDCustomerWrapper();
     FillCustomerCBX();
     //InitiateGrid(null);
 }