Exemplo n.º 1
0
 protected void Add(string key, T item)
 {
     Displayable.Add(key, item);
     if (Key == null)
     {
         Key = key;
     }
 }