示例#1
0
        private void NotifyUserOfDelinquencyWithReconnection(Server previousServer, Server currentServer)
        {
            _notificationSender.Send(
                Translation.Get("Notifications_Delinquency_Title"),
                Translation.Get("Notifications_Delinquency_Reconnected_Description"));

            _delinquencyPopupViewModel.SetReconnectionData(previousServer, currentServer);
            _popups.Show <DelinquencyPopupViewModel>();
        }