Exemplo n.º 1
0
 public bool TryGetStyle(int Id, out ChatStyle Style)
 {
     return this._styles.TryGetValue(Id, out Style);
 }
Exemplo n.º 2
0
 public bool TryGetStyle(int Id, out ChatStyle Style)
 {
     return(this._styles.TryGetValue(Id, out Style));
 }