Beispiel #1
0
 public T Recall <T>(string key)
 {
     return(notepad.Read <T>(key));
 }