public void setPatientInfo(HeartRateRecorder h)
 {
     this.hr = h;
 }
Example #2
0
 public Start()
 {
     InitializeComponent();
     HeartRecorder = new HeartRateRecorder();
 }
 public AddInformationForm()
 {
     InitializeComponent();
     hr = new HeartRateRecorder();
     this.genderCombo.Text = "Male";
 }