Beispiel #1
0
 public static T Load <T>(string path) where T : class
 {
     return(ResourceLoader.Load <T>(path));
 }
Beispiel #2
0
 public static Resource Load(string path)
 {
     return(ResourceLoader.Load(path));
 }