예제 #1
0
 public LoadSQLitePopup()
 {
     InitializeComponent();
     sentracDataAccess = new SentracDataAccess();
 }
 public FileExplorerView()
 {
     InitializeComponent();
     fileExplorerViewModel = new FileExplorerViewModel();
     sentracDataAccess     = new SentracDataAccess();
 }