Beispiel #1
0
 internal static string CreateUniqueChoiceName(DeviceSpecificChoice choice)
 {
     string str = choice.get_Filter();
     string str2 = choice.get_Argument();
     if (str2 == null)
     {
         return str;
     }
     return string.Format("{0} (\"{1}\")", str, str2);
 }