Esempio n. 1
0
        /// <summary>
        /// Updates context when a user leaves corresponding view.
        /// </summary>
        public override void UpdateContext()
        {
            RequestsInfo info = new RequestsInfo();

            info.Service        = View.Service;
            info.ServiceAddress = View.ServiceAddress;
            ContextController.UpdateRequestsInfo(info);
        }