Exemplo n.º 1
0
 public void RemoveManager(PluginSelection selection)
 {
     SelectedManagers.Remove(selection);
     AvailableManagers.Add(selection.Plugin);
 }
Exemplo n.º 2
0
 public void RemoveComponent(PluginSelection selection)
 {
     SelectedComponents.Remove(selection);
     AvailableComponents.Add(selection.Plugin);
 }