Example #1
0
 public static void giveWarning(string msg)
 {
     UI.yellow();
     Console.WriteLine("WARNING: " + msg);
     UI.white();
 }
Example #2
0
 public static void DisplayScreen()
 {
     UI.displayFilesScreen(fn);
 }