This commit is contained in:
@@ -17,14 +17,14 @@ namespace AyaNovaQBI
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
bool ShowUpdatePriceCostOnlyCheckBox { get; set; } = false;
|
||||
public bool ShowUpdatePriceCostOnlyCheckBox { get; set; } = false;
|
||||
|
||||
bool PriceOnly { get
|
||||
public bool PriceOnly { get
|
||||
{
|
||||
return ckUpdatePriceCostOnly.Checked;
|
||||
}
|
||||
}
|
||||
string UpdateMessage { get; set; }
|
||||
public string UpdateMessage { get; set; }
|
||||
|
||||
private void MapApproveUpdateSelectedItems_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user