Exemplo n.º 1
0
 internal void RemoveCustomStatus(CustomStatus status)
 {
     this._customStatusList.Remove(status);
 }
Exemplo n.º 2
0
 internal void AddCustomStatus(CustomStatus status)
 {
     this._customStatusList.Add(status);
 }