public ComponentGroupListView(TreeViewState state, EntityWindow window, ComponentSystemBase system) : base(state)
 {
     this.window   = window;
     currentSystem = system;
     Reload();
     SelectionChanged(GetSelection());
 }
Ejemplo n.º 2
0
 public SystemListView(TreeViewState state, EntityWindow window) : base(state)
 {
     this.window = window;
     Reload();
 }