Example #1
0
 public ListModel(DirStatModel model)
 {
     items = new List<ListModelData>();
     Visit(model.GetRoot());
 }