コード例 #1
0
 public Guess(Guess Parent)
 {
     this.Children = new System.Collections.ObjectModel.Collection <Guess>();
     this.parent   = Parent;
     actual        = this;
 }