コード例 #1
0
 private void __LoadTemplateFile_Click(object sender, EventArgs e)
 {
     if (SkillDatabase.LoadTemplatesFile())
     {
         MessageBox.Show("Loaded templates found in Templates.txt database file.", "Loaded Templates Database", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
     else
     {
         MessageBox.Show("No Templates.txt file found. Reloaded default templates.", "Loading Templates Database File Failed", MessageBoxButtons.OK, MessageBoxIcon.Warning);
     }
 }