Ejemplo n.º 1
0
 /// <summary>
 /// Add a new 标志图片 in the collection
 /// </summary>
 /// <pdGenerated>Default Add</pdGenerated>
 public void Add标志图片(标志图片 new标志图片)
 {
     if (new标志图片 == null)
      return;
       if (this.标志图片 == null)
      this.标志图片 = new System.Collections.Generic.List<标志图片>();
       if (!this.标志图片.Contains(new标志图片))
      this.标志图片.Add(new标志图片);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Remove an existing 标志图片 from the collection
 /// </summary>
 /// <pdGenerated>Default Remove</pdGenerated>
 public void Remove标志图片(标志图片 old标志图片)
 {
     if (old标志图片 == null)
      return;
       if (this.标志图片 != null)
      if (this.标志图片.Contains(old标志图片))
         this.标志图片.Remove(old标志图片);
 }