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