DataLoader/CS/NtstWeb.cs
@@ -5,7 +5,7 @@ using System.Threading.Tasks; using System.Windows; namespace DataLoader.CS namespace DataLoader.Model { public class NtstWeb { @@ -21,13 +21,13 @@ { if (uid > 0 && !string.IsNullOrEmpty(token)) { Main.UserId = uid; Main.Uname = uname; Main.Token = token; CommonProp.UserId = uid; CommonProp.Uname = uname; CommonProp.Token = token; owner.Dispatcher.Invoke(new Action(delegate { Main.Owner.SetLoginInfo(); CommonProp.Owner.SetLoginInfo(); })); } }