- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 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;
}
Grover 25.10.2012 11:21 # 0
guest 06.11.2012 16:59 # 0