Example #1
0
 public void Record(Call Call)
 {
     ActualCalls.Add(Call);
     Call.WasRecordedBy(this);
 }