Ejemplo n.º 1
0
 public MainForm()
 {
     InitializeComponent();
     UpdateServicesTable();
     UpdateOrdersTable();
     LoadServices();
     statusCb.Items.AddRange(AppDB.GetStatusDescriptions());
     cartDGV.DataSource = null;
 }