This commit is contained in:
2022-07-06 19:52:08 +00:00
parent 12ca6b2f61
commit 5431428589
3 changed files with 71 additions and 32 deletions

View File

@@ -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)
{