コード例 #1
0
ファイル: Database.cs プロジェクト: TimeLord2010/MindMap
 public static void InsertRoot(int id)
 {
     roots.Insert(id);
 }