Exemplo n.º 1
0
 public void AddItem(DamonPayne.AGT.Design.Types.ToolboxItem item, string category)
 {
     EnsureCategory(category);
     _categories[category].Add(item);
 }
Exemplo n.º 2
0
 public void RemoveItem(DamonPayne.AGT.Design.Types.ToolboxItem item)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void AddItem(DamonPayne.AGT.Design.Types.ToolboxItem item)
 {
     AddItem(item, "Default");
 }