private void BindUI() { LeafList = LeafList.GetLeafList(); Logger.Trace("AutoTreeView.BindUI"); leafListBindingSource.DataSource = LeafList; }
private void BindUI() { LeafList = LeafList.GetLeafList(); leafListBindingSource.DataSource = LeafList; }