Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- namespace WindowsFormsApplication3
- {
- public static class ListsOfUsers
- {
- public static List<string> Username = new List<string>();
- public static List<string> Password = new List<string>();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment