Пример #1
0
 public AbstractNodeViewModel(string name, Type stereoType = null, NodeCalculationType solverType = NodeCalculationType.Static)
 {
     this.name         = name;
     this.internalName = name;
     this.SolverType   = solverType;
     this.StereoType   = stereoType;
 }
 public AbstractNodeViewModel(string name,Type stereoType = null, NodeCalculationType solverType = NodeCalculationType.Static)
 {
     this.name = name;
     this.internalName = name;
     this.SolverType = solverType;
     this.StereoType = stereoType;
 }