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