コード例 #1
0
 /// <summary> Removes a place from the collection of publication places </summary>
 /// <param name="Remove"> Publication Place to remove </param>
 public void Remove_Place(Origin_Info_Place Remove)
 {
     if ((places != null) && (places.Contains(Remove)))
     {
         places.Remove(Remove);
     }
 }
コード例 #2
0
 /// <summary> Removes a place from the collection of publication places </summary>
 /// <param name="Remove"> Publication Place to remove </param>
 public void Remove_Place(Origin_Info_Place Remove)
 {
     if ((places != null) && (places.Contains(Remove)))
         places.Remove(Remove);
 }