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