This commit is contained in:
2022-06-30 23:04:54 +00:00
parent aa4f17416f
commit 79609d64b4
4 changed files with 12 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ namespace AyaNovaQBI
{
get
{
return (long)cbStatus.SelectedItem;
return (long)cbStatus.SelectedValue;
}
set
{