示例#1
0
 public GetAllInvoicesForm()
 {
     InitializeComponent();
     dataGridView.DataSource = invoiceLogic.GetAll();
 }