private string GetDistinctString(bool ShowPathInfo)
 {
     return(String.Format(@"EventID = {0}, AssocTypeID = {1}", EventID.Trim(), AssocTypeID));
 }
예제 #2
0
 private string GetDistinctString(bool ShowPathInfo)
 {
     return(String.Format(@"EventID = {0}", EventID.Trim()));
 }