Example #1
0
 public BlockSelectPresenter(System.Windows.Window wnd, BlockRefsAction action)
 {
     _window    = wnd;
     _action    = action;
     BlockNames = Ac.GetBlockNames(true, true).ToList(); // WinForms BindingSource accepts only IList or IListSource
     BlockName  = BlockNames.FirstOrDefault();
 }