From 5a30818bf09c411b4151c1c51f31c46fc65ba589 Mon Sep 17 00:00:00 2001 From: liuwf Date: Mon, 13 Nov 2023 17:30:33 +0800 Subject: [PATCH] . --- Aucma.Core.CodeBinding/ViewModels/IndexPageViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aucma.Core.CodeBinding/ViewModels/IndexPageViewModel.cs b/Aucma.Core.CodeBinding/ViewModels/IndexPageViewModel.cs index cc7fb67f..b70a86c9 100644 --- a/Aucma.Core.CodeBinding/ViewModels/IndexPageViewModel.cs +++ b/Aucma.Core.CodeBinding/ViewModels/IndexPageViewModel.cs @@ -218,7 +218,7 @@ namespace Aucma.Core.CodeBinding.ViewModels codeRecord.RecordTime1 = time; int a = await _codeBindingRecordServices.AddAsync(codeRecord); - //// 页面刷新ListItems + // 页面刷新ListItems //await Application.Current.Dispatcher.InvokeAsync(() => //{ // // 在 UI 线程上操作列表