Guest User

Untitled

a guest
Sep 4th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. UserName = Username_;
  2. Password = Password_;
  3.  
  4. <vm:ViewUsers x:Name="ViewAllUsers" Visibility="Hidden"/>
  5.  
  6. Login obj = new Login();
  7. string username = obj.UserName;
  8. string password = obj.Password;
Add Comment
Please, Sign In to add comment