Esempio n. 1
0
 public AddPersons()
 {
     InitializeComponent();
     _GrabarCaller      = new GrabarDBCaller();
     TxtBoxDate.Text    = DateTime.Now.ToShortDateString();
     TxtBoxDate.Enabled = false;
 }
Esempio n. 2
0
 public VIewPersons()
 {
     InitializeComponent();
     _GrabarDBCaller = new GrabarDBCaller();
 }
Esempio n. 3
0
 public ViewTransactions()
 {
     InitializeComponent();
     _GrabarDBCaller = new GrabarDBCaller();
 }