コード例 #1
0
ファイル: Bintree.cs プロジェクト: DIVEROVIEDO/DotSpatial
 /// <summary>
 /// 
 /// </summary>
 public Bintree()
 {
     root = new Root();
 }