protected void InitializeAccessApplication() { Console.WriteLine(Properties.Resources.Conecting); App = AccessApp.AccessAppFactory(DatabaseFile); App.OpenDatabase(); }
/// <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); }