コード例 #1
0
        public AppCore(MainWindow wi)
        {
            if (dCore == null)
            {
                dCore = new DatabaseCore(DatabasePath);
            }

            wi = Wi;
            dCore.OpenDataBase();
            databaseOpened = true;
        }