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