예제 #1
0
 public static T Load <T>(string Pth)
 {
     return(Importers.Get <T>(Pth).Load(Pth));
 }