コード例 #1
0
 public void ReceiveAndPrint(TenXun tenxun)
 {
     Console.WriteLine("通知:{1}的{0}信息是: {2}", Name, tenxun.Symbol, tenxun.Info);
 }
コード例 #2
0
 public void ReceiveAndPrint(TenXun tenxun)
 {
     Console.WriteLine("Notified {0} of {1} 's" + " Info is: {2}", Name, tenxun.Symbol, tenxun.Info);
 }