Ejemplo n.º 1
0
 private string GetDistinctString(bool ShowPathInfo)
 {
     LoadCommunicationTypeRef();
     LoadUserRef();
     return(String.Format(@"{0}: {1} for {2}", (CommunicationTypeRef != null ? CommunicationTypeRef.DistinctString : ""), AddressInfo.Trim(), (UserRef != null ? UserRef.DistinctString : "")));
 }