internal void Initialize(Logic.Networking.NikseWebServiceSession _networkSession) { textBoxSessionKey.Text = _networkSession.SessionId; textBoxUserName.Text = _networkSession.CurrentUser.UserName; textBoxWebServiceUrl.Text = _networkSession.WebServiceUrl; textBoxLog.Text = _networkSession.GetLog(); }