Ejemplo n.º 1
0
 public LoadSQLitePopup()
 {
     InitializeComponent();
     sentracDataAccess = new SentracDataAccess();
 }
Ejemplo n.º 2
0
 public FileExplorerView()
 {
     InitializeComponent();
     fileExplorerViewModel = new FileExplorerViewModel();
     sentracDataAccess     = new SentracDataAccess();
 }