public int Add(NetronGraphControl control)
 {
     return this.InnerList.Add(control);
 }
コード例 #2
0
 /// <summary>
 /// Adds an item to the collection
 /// </summary>
 /// <param name="control"></param>
 /// <returns></returns>
 public int Add(NetronGraphControl control)
 {
     return(this.InnerList.Add(control));
 }