Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public static void Main(string[] args)
  2. {
  3. var x = OldWay_UserInfo();
  4. Console.WriteLine("{0} {1} {2}", x.Item1, x.Item2, x.Item3);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement