Advertisement
Guest User

Untitled

a guest
May 30th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace WpfApplication2
  7. {
  8.     public class Person
  9.     {
  10.         public int Age { get; set; }
  11.         public string Name { get; set; }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement