Example #1
0
        public CoronaService(string dbpath)
        {
            DBPath = dbpath;
            Init();

            MoonDataset       = new MoonDataSet();
            ResrcTableAdapter = new ResourcesTableAdapter();
            TagTableAdapter   = new TagsTableAdapter();
        }
Example #2
0
        public CoronaService(string dbpath)
        {
            DBPath = dbpath;
            Init();

            MoonDataset = new MoonDataSet();
            ResrcTableAdapter = new ResourcesTableAdapter();
            TagTableAdapter = new TagsTableAdapter();
        }