Guest User

Untitled

a guest
Dec 15th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public class User
  2. {
  3. public string WindowsUserName { get; }
  4. public string Login { get; }
  5. public string PasswordHash { get; }
  6. private List<Addin> LicenseList;
  7. }
Add Comment
Please, Sign In to add comment