Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Console.WriteLine("Enter username");
  2. var userName = Console.ReadLine();
  3. Console.WriteLine("Enter password");
  4. var password = Console.ReadLine();
  5.  
  6. public BehaviorSubject<ConnectionState> State { get; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement