Beispiel #1
0
 public void DelCall(Call call)
 {
     callHistory.Remove(call);
 }
Beispiel #2
0
 public void AddCall(Call call)
 {
     callHistory.Add(call);
 }