|
|
|
@ -103,6 +103,8 @@ namespace ButcherFactory.CarcassInStore_ |
|
|
|
needSubmitedList.Remove(last); |
|
|
|
needSubmitGrid.Refresh(); |
|
|
|
historyList.Insert(0, last); |
|
|
|
if (historyList.Any()) |
|
|
|
historyDataGrid.FirstDisplayedScrollingRowIndex = 0; |
|
|
|
historyDataGrid.Refresh(); |
|
|
|
SoundPalyUtil.PlaySound(SoundType.ShotSucc); |
|
|
|
} |
|
|
|
|