|
|
@ -203,7 +203,8 @@ namespace WinFormControl |
|
|
str = "0"; |
|
|
str = "0"; |
|
|
this.Invoke(new Action(delegate() |
|
|
this.Invoke(new Action(delegate() |
|
|
{ |
|
|
{ |
|
|
var v = decimal.Parse(str); |
|
|
|
|
|
|
|
|
decimal v = 0; |
|
|
|
|
|
decimal.TryParse(str, out v); |
|
|
lblChengZhong.Text = string.Format(format, v); |
|
|
lblChengZhong.Text = string.Format(format, v); |
|
|
if (str != "0") |
|
|
if (str != "0") |
|
|
{ |
|
|
{ |
|
|
|