Commit cbdfae5b LN

1

1 个父辈 f20b7e30
...@@ -70,7 +70,7 @@ namespace TSA_V ...@@ -70,7 +70,7 @@ namespace TSA_V
public static Lazy<Asa.UserManagement> userManager = new Lazy<Asa.UserManagement>(() => { public static Lazy<Asa.UserManagement> userManager = new Lazy<Asa.UserManagement>(() => {
Asa.UserManagement user = new Asa.UserManagement("log"); Asa.UserManagement user = new Asa.UserManagement("defaultAppender");
user.DatabasePath = Application.StartupPath + @"\config\user.sqlite3"; user.DatabasePath = Application.StartupPath + @"\config\user.sqlite3";
return user; return user;
}); });
......
...@@ -208,7 +208,7 @@ namespace TSA_V ...@@ -208,7 +208,7 @@ namespace TSA_V
this.button1.Name = "button1"; this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(235, 30); this.button1.Size = new System.Drawing.Size(235, 30);
this.button1.TabIndex = 13; this.button1.TabIndex = 13;
this.button1.Text = "Smart Workstation"; this.button1.Text = "Neo Station";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
// //
// btnMaintenance // btnMaintenance
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!