Esempio n. 1
0
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return(this);
 }
Esempio n. 2
0
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return this;
 }