예제 #1
0
 public void OnSongComposed(object source, SongEventArgs e)
 {
     Console.WriteLine("Message Service: Sending message ....." + e.Song.Title);
 }
 public void OnSongComposed(object source, SongEventArgs args)
 {
     Console.WriteLine("Message Notification: You have got a new Email");
 }
예제 #3
0
 public void OnSongComposed(object source, SongEventArgs args)
 {
     Console.WriteLine("Mail Service: Sending Email ..." + args.Song.Title);
 }