Commit Latest
This commit is contained in:
@@ -4,7 +4,7 @@ using Avalonia.Media;
|
||||
using Avalonia.Media.Imaging;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using Axiom.Utils;
|
||||
using MarketData;
|
||||
|
||||
namespace PortfolioManager.Cache
|
||||
{
|
||||
@@ -43,7 +43,7 @@ namespace PortfolioManager.Cache
|
||||
|
||||
public static ImageCache GetInstance()
|
||||
{
|
||||
lock (typeof(SymbolCache))
|
||||
lock (typeof(ImageCache))
|
||||
{
|
||||
if (null == imageCacheInstance) imageCacheInstance = new ImageCache();
|
||||
return imageCacheInstance;
|
||||
|
||||
Reference in New Issue
Block a user