..
This commit is contained in:
@@ -510,7 +510,7 @@ namespace FPJ0000
|
||||
{
|
||||
tableLayoutPanel3.Visible = true;
|
||||
var perc = int.Parse(stR_result);
|
||||
this.label17.Text = string.Format("구매 진행율 ({0}%)", perc);
|
||||
this.label17.Text = string.Format("구매 완료율 ({0}%)", perc);
|
||||
this.prb1.ProgressMin = 0;
|
||||
this.prb1.ProgressMax = 100;
|
||||
this.prb1.ProgressValue = perc;
|
||||
|
||||
Reference in New Issue
Block a user