diff --git a/AuditData.cs b/AuditData.cs index 0ab0d41..0fd88a7 100644 --- a/AuditData.cs +++ b/AuditData.cs @@ -19,5 +19,12 @@ namespace Audit get { return useraccount; } set { useraccount = value; RaisePropertyChanged("Useraccount");} } + + public string systemName = "尚彩化学品审计终端"; + public string SystemName + { + get { return systemName; } + set { systemName = value; RaisePropertyChanged("SystemName"); } + } } } diff --git a/ViewModel/MainViewModel.cs b/ViewModel/MainViewModel.cs index 14f8f0d..fc2df83 100644 --- a/ViewModel/MainViewModel.cs +++ b/ViewModel/MainViewModel.cs @@ -19,6 +19,7 @@ namespace Audit.ViewModel /// /// Initializes a new instance of the MainViewModel class. /// + /// public MainViewModel() { ////if (IsInDesignMode) diff --git a/Windows/LogWindow.xaml b/Windows/LogWindow.xaml index c61d703..640c07e 100644 --- a/Windows/LogWindow.xaml +++ b/Windows/LogWindow.xaml @@ -13,7 +13,7 @@