示例#1
0
 public static Icons GetIconFor(PIF pif)
 {
     return pif.IsPrimaryManagementInterface() ? Icons.PifPrimary : Icons.PifSecondary;
 }