Exemple #1
0
        private void TalkDeBug_Load(object sender, EventArgs e)
        {
            DataHelper.ExistTable("BattleAreaData");
            DataHelper.ExistTable("RewardData");
            DataHelper.ExistTable("TalkManager");
            DataHelper.ExistTable("DevelopQuestData");

            if (PicFile.Count == 0)
            {
                string        filePath = Application.StartupPath + "\\Images\\";
                DirectoryInfo di       = new DirectoryInfo(filePath);
                _tl.GetAllFile(di, PicFile);
            }
            SetTalkDr(_id);
        }