Exemplo n.º 1
0
 public static void RemoveProfile(TracerouteProfileInfo profile)
 {
     Profiles.Remove(profile);
 }
Exemplo n.º 2
0
 public static void AddProfile(TracerouteProfileInfo profile)
 {
     Profiles.Add(profile);
 }