Пример #1
0
        //键盘清除键点击事件
        void dataInput1_ClearInput()
        {
            if (_bpPressure != null)
            {
                _bpPressure.SetText(string.Empty);
                _needMessage = _bpPressure.GetText();
            }

            if (_hdHeightData != null)
            {
                _hdHeightData.SetText(string.Empty);
                _needMessage = _hdHeightData.GetText();
            }

            if (_wlWaistLine != null)
            {
                _wlWaistLine.SetText(string.Empty);
                _needMessage = _wlWaistLine.GetText();
            }

            if (_wdWeightData != null)
            {
                _wdWeightData.SetText(string.Empty);
                _needMessage = _wdWeightData.GetText();
            }

            if (_paPatientAge != null)
            {
                _paPatientAge.SetText(string.Empty);
                _needMessage = _paPatientAge.GetText();
            }
        }