コード例 #1
0
ファイル: CoronaService.cs プロジェクト: yeyue910107/Moon
        public CoronaService(string dbpath)
        {
            DBPath = dbpath;
            Init();

            MoonDataset       = new MoonDataSet();
            ResrcTableAdapter = new ResourcesTableAdapter();
            TagTableAdapter   = new TagsTableAdapter();
        }
コード例 #2
0
ファイル: CoronaService.cs プロジェクト: bleastrind/Moon
        public CoronaService(string dbpath)
        {
            DBPath = dbpath;
            Init();

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