File was renamed from ZigbeeApp20200828/Shared/Phone/UserCenter/Device/Panel/DataCorrectionForm.cs |
| | |
| | | { |
| | | devicePic.UnSelectedImagePath = "Device/SensorTemperature.png"; |
| | | btnName.Text = Language.StringByID(R.MyInternationalizationString.Temperature) + " (℃)"; |
| | | invalidText1 = btnNum.Text; |
| | | } |
| | | else |
| | | { |
| | | line2.Visible = false; |
| | | devicePic.UnSelectedImagePath = "Device/SensorHumidity.png"; |
| | | btnName.Text = Language.StringByID(R.MyInternationalizationString.Humidity) + " (%)"; |
| | | invalidText2 = btnNum.Text; |
| | | } |
| | | |
| | | btnNum.TextChangeEventHandler += (sender, e) =>
|