Use DisplayHistory Timer Refresh when Items Change

This commit is contained in:
Rich 2011-08-23 14:10:10 +00:00
parent 5181223c15
commit 472f4768b1

View File

@ -215,7 +215,7 @@ namespace VEPROMS
}
void RefreshDisplayHistory(object sender)
{
displayHistory.RefreshList();
displayHistory.RefreshChangeList();
}
void displayHistory_HistorySelectionChanged(object sender, DisplayHistoryEventArgs args)
{