wanghan 3 달 전
부모
커밋
bb27189c2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;