Beispiel #1
0
        private void BindUI()
        {
            LeafList = LeafList.GetLeafList();

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