Beispiel #1
0
 public SoundOutManager(CSCoreEngine engine)
 {
     BaseEngine            = engine;
     _mmNotificationClient = new MMNotificationClient();
 }
 public NotificationService(CSCoreEngine cscore)
 {
     cscore.TrackChanged += cscore_TrackChanged;
 }
Beispiel #3
0
 public SoundOutManager(CSCoreEngine engine)
 {
     BaseEngine = engine;
     _mmNotificationClient = new MMNotificationClient();
 }