Exemplo n.º 1
0
 private static string GetImplementerString(IOleCommandTarget implementer)
 {
     return(implementer == null ? "null" : implementer.ToString());
 }
Exemplo n.º 2
0
 private static string GetImplementerString(IOleCommandTarget implementer) {
   return (implementer == null ? "null" : implementer.ToString());
 }