Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. private void Form1_Load(object sender, EventArgs e)
  2. {
  3. db = new DatabaseContext();
  4. dgvCustomers.DataSource = db.Customers.ToList();
  5. }
Add Comment
Please, Sign In to add comment