//Replace public static void RepleaceFile() { WordBankFromFile.CreateBaseFile(); }
//Read from the words file void ReadFromFile() { //will throw an exception if cant read file correctly WordGenerator.OverrideWordBank(WordBankFromFile.GetWordBank()); }
//open the Text Editor to edit the words file public static void EditTxtFile() { WordBankFromFile.Edit(); }