Guest User

Untitled

a guest
Aug 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. void update_user_sessions()
  2. {
  3. try
  4. {
  5. sessions.Clear();
  6.  
  7. user = selected_user;
  8. password = (String)users[user];
  9. }
  10. catch (Exception ex)
  11. {
  12.  
  13. //throw;
  14. }
Add Comment
Please, Sign In to add comment