PhoenixADD

Untitled

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