添加开机自动写标签数量
This commit is contained in:
		
							parent
							
								
									d449c1a99a
								
							
						
					
					
						commit
						7217e45a21
					
				| 
						 | 
					@ -88,11 +88,11 @@ namespace DM_Weight.ViewModels
 | 
				
			||||||
                _regionManager.RequestNavigate("MainRegion", "BeforeLogin");
 | 
					                _regionManager.RequestNavigate("MainRegion", "BeforeLogin");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }));
 | 
					            }));
 | 
				
			||||||
            //string bAutoWriteNum = ConfigurationManager.AppSettings["AutoWriteNum"] ?? "false";
 | 
					            string bAutoWriteNum = ConfigurationManager.AppSettings["AutoWriteNum"] ?? "false";
 | 
				
			||||||
            //if (bAutoWriteNum == "true")
 | 
					            if (bAutoWriteNum == "true")
 | 
				
			||||||
            //{
 | 
					            {
 | 
				
			||||||
            //    Task.Factory.StartNew(() => BindStock());
 | 
					                Task.Factory.StartNew(() => BindStock());
 | 
				
			||||||
            //}
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        void doMyPrismEvent2(AlertMsg msg)
 | 
					        void doMyPrismEvent2(AlertMsg msg)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue