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