예제 #1
0
 public void Add(TLegendItem item)
 {
     this.items.Add(item);
 }
예제 #2
0
파일: TLegend.cs 프로젝트: smther/FreeOQ
		public void Add(TLegendItem item)
		{
			this.items.Add(item);
		}