Example #1
0
 private void btnImport_Click(object sender, EventArgs e)
 {
     if (ExImUtil.Import())
     {
         DatabaseManager.CurrentDb.ReadTypeOfSportList(Globals.Games);
         RefreshGrid();
     }
 }
Example #2
0
 private void btnExIm_Click(object sender, EventArgs e)
 {
     ExImUtil.Export();
 }