Exemplo n.º 1
0
 public void Remove(EditorGlyph glyph)
 {
     this._table.Remove(glyph.Key);
 }
Exemplo n.º 2
0
 public void Add(EditorGlyph glyph)
 {
     this._table[glyph.Key] = glyph;
 }