コード例 #1
0
 public AddPersons()
 {
     InitializeComponent();
     _GrabarCaller      = new GrabarDBCaller();
     TxtBoxDate.Text    = DateTime.Now.ToShortDateString();
     TxtBoxDate.Enabled = false;
 }
コード例 #2
0
ファイル: VIewPersons.cs プロジェクト: YashDengre/Grabar
 public VIewPersons()
 {
     InitializeComponent();
     _GrabarDBCaller = new GrabarDBCaller();
 }
コード例 #3
0
 public ViewTransactions()
 {
     InitializeComponent();
     _GrabarDBCaller = new GrabarDBCaller();
 }