Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. Data.Add(new School(new Location()));
  2.             dataGridView1.Refresh();
  3.             dataGridView1.Update();
  4.             dataGridView1[0, dataGridView1.RowCount - 2].Value = Data.Count;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement