Exemplo n.º 1
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厂区);
 }
Exemplo n.º 2
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厂区);
 }