Пример #1
0
 /// <summary>
 /// Gets an instance of a <see cref="VolumeCache"/> whose lifetime is tied to a specific <see cref="IImageViewer"/> instance.
 /// </summary>
 public static VolumeCache GetInstance(IImageViewer imageViewer)
 {
     return(imageViewer.GetVolumeCache());
 }