コード例 #1
0
 /// <summary>
 /// Remove SecuritySection.
 /// </summary>
 /// <param name="SecuritySection">The SecuritySection to remove.</param>
 public void Remove(SecuritySection SecuritySection)
 {
     BaseRemove(SecuritySection.Name);
 }
コード例 #2
0
 /// <summary>
 /// Add a Security SubSection route.
 /// </summary>
 /// <param name="SecuritySection">The SecuritySection to add.</param>
 public void Add(SecuritySection SecuritySection)
 {
     BaseAdd(SecuritySection);
 }