wanghan 3 months ago
parent
commit
bb27189c2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LogoForceTestApp/ViewModels/MainWindowViewModel.cs

+ 1 - 1
LogoForceTestApp/ViewModels/MainWindowViewModel.cs

@@ -23,7 +23,7 @@ namespace LogoForceTestApp.ViewModels
 {
     public class MainWindowViewModel : BindableBase
     {
-        private string _title = "江苏新惕姆智能装备有限公司";
+        private string _title = "浙江德盾智能科技有限公司";
         private readonly IRegionManager _regionManager;
         private readonly IEventAggregator _eventAggregator;
         private readonly IRepository _repository;