Ejemplo n.º 1
0
 private void btnLoadGlucoseData_Click(object sender, EventArgs e)
 {
     if (!string.IsNullOrEmpty(txFileName.Text))
     {
         Business.Business bo = new Business.Business();
         bo.LoadFromGlucoseData(txFileName.Text);
         txFileName.Text = "";
     }
 }