Code cleanup.
This commit is contained in:
@@ -39,7 +39,6 @@ namespace PortfolioManager.ViewModels
|
||||
private CMTPositionModel selectedPosition = null;
|
||||
private CMTParams configuration = null;
|
||||
private String pathFileName = null;
|
||||
private String initialPath = null;
|
||||
private CMTSessionParams sessionParams;
|
||||
private NVPDictionary nvpDictionary = null;
|
||||
private ObservableCollection<String> nvpDictionaryKeys = null;
|
||||
@@ -463,7 +462,6 @@ namespace PortfolioManager.ViewModels
|
||||
try
|
||||
{
|
||||
if (!CMTSessionManager.IsValidSessionFile(pathFileName)) return false;
|
||||
initialPath = Path.GetDirectoryName(pathFileName);
|
||||
sessionParams = CMTSessionManager.RestoreSession(pathFileName);
|
||||
if (null == sessionParams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user