AGENT.Contrib.Face.FaceWithTrayBase.FaceWithTrayBase C# (CSharp) Method

FaceWithTrayBase() public method

public FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System
notificationProvider IProvideNotifications
settings ISettings
return System
        public FaceWithTrayBase(IProvideNotifications notificationProvider, ISettings settings)
        {
            Settings = settings;
            _notificationProvider = notificationProvider;
            notificationProvider.OnNotificationReceived += notificationProvider_OnNotificationReceived;
        }