Пример #1
0
 public void bindDataCliente(HistoricoClientesView _hcv)
 {
     _hcv.txtDNICliente.Text = _cch.dgvClientesHistorico.CurrentRow.Cells[0].Value.ToString();
     _hcv.txtNombre.Text     = _cch.dgvClientesHistorico.CurrentRow.Cells[1].Value.ToString() + " " + _cch.dgvClientesHistorico.CurrentRow.Cells[2].Value.ToString();
 }
Пример #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            HistoricoClientesView hcv = new HistoricoClientesView();

            hcv.ShowDialog();
        }
Пример #3
0
 public cargoClientesHistoricoController(HistoricoClientesView hcv)
 {
     _hcv = hcv;
 }