Esempio n. 1
0
 public static ICollection <String> GetAllFields(this PwDatabase pwDatabase)
 {
     return(pwDatabase.GetAllFields(false));
 }