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