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