feat: 修正命名

This commit is contained in:
姚彪
2023-12-17 18:38:11 +08:00
parent d995e41b8b
commit 17036f3681
44 changed files with 715 additions and 166 deletions

View File

@@ -283,11 +283,11 @@ public class ViewBasicViewModel : ViewModelBase
if (isSucceed)
{
eventAggregator.GetEvent<MessageEvent>().Publish(DictionaryResource.GetString("TipSettingUpdated"));
EventAggregator.GetEvent<MessageEvent>().Publish(DictionaryResource.GetString("TipSettingUpdated"));
}
else
{
eventAggregator.GetEvent<MessageEvent>().Publish(DictionaryResource.GetString("TipSettingFailed"));
EventAggregator.GetEvent<MessageEvent>().Publish(DictionaryResource.GetString("TipSettingFailed"));
}
}
}