예제 #1
0
 public TutorialRootBlock() : base()
 {
     FirstBlock = new TutorialEmptyBlock();
     this.Children.Add(FirstBlock);
 }
예제 #2
0
 public TutorialRootBlock()
     : base()
 {
     FirstBlock = new TutorialEmptyBlock();
     this.Children.Add(FirstBlock);
 }