예제 #1
0
 private void RemovePathBar()
 {
     Nodes.Remove(pathBar);
     pathBar = null;
 }
예제 #2
0
 private void CreatePathBar()
 {
     Nodes.Push(pathBar = new PathBar(openPath, model));
     pathBar.LayoutCell = new LayoutCell(Alignment.LeftCenter);
 }