mirror of
https://gitee.com/wang-yin1/wpf-visual-process-framework
synced 2026-03-03 00:00:56 +08:00
2025-07-15 19:13
This commit is contained in:
@@ -1100,6 +1100,10 @@ namespace VisionFrame.ViewModels
|
||||
{
|
||||
Application.Current.Dispatcher.Invoke(new Action(() =>
|
||||
{
|
||||
if (LogList.Count>1000)
|
||||
{
|
||||
LogList.RemoveAt(0);
|
||||
}
|
||||
// 数据量增大
|
||||
this.LogList.Add(new LogModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user