示例#1
0
 private void frmSoldTickets_Load(object sender, EventArgs e)
 {
     dgvAllTickets.DataSource = TicketManager.GetAll();
 }