示例#1
0
 /// <summary>
 /// Image for the specified type.
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns></returns>
 public static BitmapSource Images(LogImageType type)
 {
     return(imageList[type]);
 }
示例#2
0
 /// <summary>
 /// Gets the log image.
 /// </summary>
 /// <param name="type">The type.</param>
 /// <returns></returns>
 public static BitmapSource GetLogImage(LogImageType type)
 {
     return(LogImageList[type]);
 }