Exemplo n.º 1
0
 protected void InitializeAccessApplication()
 {
     Console.WriteLine(Properties.Resources.Conecting);
     App = AccessApp.AccessAppFactory(DatabaseFile);
     App.OpenDatabase();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="fileName">Sets the <see cref="App"/> property and fills the object tree</param>
 public ObjectTree(string fileName) : base()
 {
     App = AccessApp.AccessAppFactory(fileName);
 }