Advertisement
Guest User

class

a guest
Dec 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7.  
  8. namespace WindowsFormsApp2
  9. {
  10.     class Class1
  11.     {
  12.         public string id;
  13.         public string name;
  14.         public string gender;
  15.         public string salary;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement