コード例 #1
0
ファイル: Keyword.cs プロジェクト: shantanuthatte/KD_Project
 public Section(Keywords w, int s, Dictionary<Link, int> dic)
 {
     words = w;
     section = s;
     links = dic;
 }