Example #1
0
 public static TimeTable LoadStorage(string name)
 {
     return(UserIO.Load <TimeTable>(name));
 }
Example #2
0
 public static bool Exists(string path)
 {
     return(File.Exists(UserIO.GetHandle(path)));
 }