Advertisement
PhoenixADD

Untitled

Mar 13th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. namespace WindowsFormsApplication3
  4. {
  5. public class ListsOfUsers
  6. {
  7. public void Username()
  8. {
  9. List<string> username = new List<string>();
  10. }
  11.  
  12. public void Password()
  13. {
  14. List<string> password = new List<string>();
  15. }
  16.  
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement