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