After code cleanup
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace AyaNovaQBI
|
||||
@@ -19,17 +12,19 @@ namespace AyaNovaQBI
|
||||
|
||||
public bool ShowUpdatePriceCostOnlyCheckBox { get; set; } = false;
|
||||
|
||||
public bool PriceOnly { get
|
||||
public bool PriceOnly
|
||||
{
|
||||
get
|
||||
{
|
||||
return ckUpdatePriceCostOnly.Checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
public string UpdateMessage { get; set; }
|
||||
|
||||
private void MapApproveUpdateSelectedItems_Load(object sender, EventArgs e)
|
||||
{
|
||||
ckUpdatePriceCostOnly.Visible = ShowUpdatePriceCostOnlyCheckBox;
|
||||
lblUpdateMessage.Text=UpdateMessage;
|
||||
lblUpdateMessage.Text = UpdateMessage;
|
||||
btnCancel.Text = util.AyaTranslations["Cancel"];
|
||||
btnOK.Text = util.AyaTranslations["OK"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user