diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 76ffe1c..6ff3fb3 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Windows; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 -[assembly: AssemblyTitle("化学品审计客户端")] +[assembly: AssemblyTitle("SUNLIGHT_Audit")] [assembly: AssemblyDescription("TEL:0575-88202605 FAX:0575-88029740 WEB:www.secolor.cn")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("尚彩自动化科技有限公司")] diff --git a/Windows/LogWindow.xaml.cs b/Windows/LogWindow.xaml.cs index 8d2e1a1..6d16a02 100644 --- a/Windows/LogWindow.xaml.cs +++ b/Windows/LogWindow.xaml.cs @@ -3,6 +3,7 @@ using MahApps.Metro.Controls; using Models; using System; using System.Collections.Generic; +using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks;