Ejemplo n.º 1
0
 public static string GetUserName(this PwEntry entry)
 {
     return(entry.GetString("UserName"));
 }
Ejemplo n.º 2
0
 public static string GetPassword(this PwEntry entry)
 {
     return(entry.GetString("Password"));
 }
Ejemplo n.º 3
0
 public static string GetTitle(this PwEntry entry)
 {
     return(entry.GetString("Title"));
 }