Esempio n. 1
0
 internal Node(string text) : this(text, SequentialId.NewId())
 {
 }
 public ProblemContainer(string initialProblemText)
 {
     _InitialProblem = NodeFactory.CreateProblem(initialProblemText, SequentialId.NewId());
     _InitialProblem.PropertyChanged += _InitialProblem_PropertyChanged;
 }