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