AGENT.Contrib.Face.FaceWithTrayBase.notificationProvider_OnNotificationReceived C# (CSharp) Метод

notificationProvider_OnNotificationReceived() приватный Метод

private notificationProvider_OnNotificationReceived ( INotification notification ) : void
notification INotification
Результат void
        private void notificationProvider_OnNotificationReceived(INotification notification)
        {
            if (_screen != null)
            {
                _screen.Clear();           
                Render(_screen);
                _screen.Flush();
            }            
        }