コード例 #1
0
 public void SendInformalMessage(Node recipient, TimeSpan time)
 {
     TimeEdges.Add(recipient);
     TimeMessage.Add(time);
     this.SendMessage(recipient);
     recipient.ReceiveInformaion(this, time);
 }