DataLoader/Model/NtstWeb.cs
@@ -21,13 +21,13 @@ { if (uid > 0 && !string.IsNullOrEmpty(token)) { Main.UserId = uid; Main.Uname = uname; Main.Token = token; Tool.UserId = uid; Tool.Uname = uname; Tool.Token = token; owner.Dispatcher.Invoke(new Action(delegate { Main.Owner.SetLoginInfo(); Tool.Owner.SetLoginInfo(); })); } }