예제 #1
0
 public UINulpunktsjustering(iOPVitalsBL mybl, UILogin UILogin)
 {
     InitializeComponent();
     currentBl = mybl;
     login     = UILogin;
     currentBl.LoadCalibrationConstant(); //henter den seneste kalibreringsfil og indlæser omregningskonstanten
 }