예제 #1
0
 public override void Handle(Mail mailItem)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 /// <summary>
 /// Handles receiver mail.
 /// </summary>
 /// <param name="mail">The mail.</param>
 public override void Handle(Mail mail)
 {
     Console.WriteLine($"Sent Mail into the Receiver Mailbox.");
 }