This commit is contained in:
Culak-HP\Culak
2021-01-07 13:16:26 +01:00
parent 369a27bf33
commit 72f7550573
5 changed files with 42 additions and 50 deletions

View File

@@ -2284,7 +2284,7 @@ namespace Mip
Convert.ToDecimal(form.label455.Text) +
Convert.ToDecimal(form.label452.Text)).ToString();
if (Convert.ToDecimal(form.label537.Text) == 0) form.label548.Text = string.Format("{0:F2}", 0);
else form.label548.Text = string.Format("{0:F2}", (Convert.ToDecimal(form.label553.Text) / Convert.ToDecimal(form.label548.Text) * 100) - 100);
else form.label548.Text = "0";//string.Format("{0:F2}", (Convert.ToDecimal(form.label553.Text) / Convert.ToDecimal(form.label548.Text) * 100) - 100);
form.label553.Text = form.label537.Text;
//form.label354.Text = form.label212.Text; ???zistit co to je