5354555657585960
private static CalibratorBL _bl = null; public static CalibratorBL getBL() { if (_bl == null) _bl = new CalibratorBLImpl(); return _bl; }