For SymbolCache
This commit is contained in:
@@ -95,6 +95,7 @@ namespace TradeBlotter.ViewModels
|
||||
try{LocalPriceCache.GetInstance().Dispose();}catch(Exception){;}
|
||||
try{GBPriceCache.GetInstance().Dispose();}catch(Exception){;}
|
||||
try{PriceCache.GetInstance().Dispose();}catch(Exception){;}
|
||||
try{SymbolCache.GetInstance().Dispose();}catch(Exception){;}
|
||||
base.OnDispose();
|
||||
}
|
||||
public override SaveParameters GetSaveParameters()
|
||||
|
||||
Reference in New Issue
Block a user