Esempio n. 1
0
 public static T deserializeXML <T>(string path, bool useCloud)
 {
     return(ReadWrite.deserializeXML <T>(path, useCloud, true));
 }