Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class testClass{
  2.  
  3. public string field1 {get set}
  4. public string field2 {get set}
  5. public int field3 {get set}
  6. }
  7.  
  8. dataGridView.DataSource = new BindingList<MyTestClass>;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement