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