📜  如何随着数据库更改的增加更新 ui - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:37.590000             🧑  作者: Mango

代码示例2
_DataContext = new ViewModels.SummaryTable_ViewModel();
    this.DataContext = _DataContext;
    UIUpdateThread = new Thread(UIUpdaterThread);
    UIUpdateThread.IsBackground = true;
    UIUpdateThread.Start();