- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
double thresholdDepth = 0;
if (!txtThresholdDepth.Text.Equals(String.Empty) && !txtThresholdDepth.Text.StartsWith(CultureInfo.CurrentCulture.NumberFormat.NegativeSign))
{
thresholdDepth = Double.Parse(txtThresholdDepth.Text);
}
else
{
Log.Print("Input threshold value");
return;
}
Комментарии (2) RSS