コード例 #1
0
 public CreditSales()
 {
     contexto = new BindingProgressCustomers();
     InitializeComponent();
     cmboPrefij.SelectedItem   = contexto.Prefijos[0];
     BindingContext            = contexto;
     TSCustomerApp.FlagSearch  = false;
     TarjetasBuscadas          = new List <string>();
     this.txtChofer.Completed += TxtChofer_Completed;
 }
コード例 #2
0
 public SearchCustomer()
 {
     ContextBinding = new BindingProgressCustomers();
     BindingContext = ContextBinding;
     TSCustomerApp.vCodigoBloqueado = new List <string>();
     cliente = new TS_BEClienteOutput();
     InitializeComponent();
     TSCustomerApp.FlagSearch          = false;
     TSCustomerApp.vTarjetasBuscadas   = new List <string>();
     TSCustomerApp.vTarjetasBloqueadas = new List <string>();
 }
コード例 #3
0
        public SearchCustomerAutomatic()
        {
            contexto       = new BindingProgressCustomers();
            this.Lado      = new Lado();
            this.Lado.Pago = "EFECTIVO";
            this.Lado.Pagos.Clear();
            this.Lado.Pagos.Add(new Pago()
            {
                Codigo = "00001"
            });
            this.BindingContext = contexto;

            TSCustomerApp.vCodigoBloqueado    = new List <string>();
            TSCustomerApp.vTarjetasBuscadas   = new List <string>();
            TSCustomerApp.vTarjetasBloqueadas = new List <string>();

            InitializeComponent();
        }