コード例 #1
0
 public void UnRegister(MailManager m)
 {
     m.NewMail -= FaxMsg;
 }
コード例 #2
0
 public Fax(MailManager m)
 {
     m.NewMail += FaxMsg;
 }