Exemple #1
0
 private void btnBT_Click(object sender, EventArgs e)
 {
     BTform1 = new formBT(lk.getBPressureData(_login.SocSecNb));
     BTform1.ShowDialog();
 }
 private void btnBT_Click(object sender, EventArgs e)
 {
     BTform1 = new formBT(dtpStart.Value, dtpSlut.Value, cpr_);
     BTform1.ShowDialog();
 }