Example #1
0
 /// <summary>
 /// Removes the specified <see cref="global::CarTrackr.Configuration.ServiceStation"/>.
 /// </summary>
 /// <param name="serviceStation">The <see cref="global::CarTrackr.Configuration.ServiceStation"/> to remove.</param>
 public void Remove(global::CarTrackr.Configuration.ServiceStation serviceStation)
 {
     base.BaseRemove(serviceStation);
 }
Example #2
0
 /// <summary>
 /// Adds the specified <see cref="global::CarTrackr.Configuration.ServiceStation"/>.
 /// </summary>
 /// <param name="serviceStation">The <see cref="global::CarTrackr.Configuration.ServiceStation"/> to add.</param>
 public void Add(global::CarTrackr.Configuration.ServiceStation serviceStation)
 {
     base.BaseAdd(serviceStation);
 }