Code cleanup.
This commit is contained in:
@@ -35,7 +35,6 @@ namespace PortfolioManager.ViewModels
|
||||
private NVPDictionary nvpDictionary = null;
|
||||
private String selectedParameter = null;
|
||||
private String pathFileName;
|
||||
private String initialPath;
|
||||
private ModelPerformanceSeries modelPerformanceSeries = null;
|
||||
private ModelStatistics modelStatistics = null;
|
||||
private MGConfiguration configuration = null;
|
||||
@@ -455,7 +454,6 @@ namespace PortfolioManager.ViewModels
|
||||
pathFileName = null;
|
||||
return false;
|
||||
}
|
||||
initialPath = Path.GetDirectoryName(pathFileName);
|
||||
sessionParams = MGSessionManager.RestoreSession(pathFileName);
|
||||
if (null == sessionParams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user