예제 #1
0
 public void AddBranches()
 {
     Branches = _creator.CreateSection(this);
     _creator = new NoBranchCreator(this);
 }
예제 #2
0
 public BranchAnimated(IBranchCreator creator)
 {
     _creator = creator;
 }