コード例 #1
0
ファイル: Commands.cs プロジェクト: mretzinger/WCCIBootcamp
 public Commands()
 {
     students  = new Students.Collection();
     resources = new Resources.Collection();
 }
コード例 #2
0
ファイル: Commands.cs プロジェクト: mlandefeld/WCCIBootcamp
 public Commands()
 {
     students = new Students.Collection();
     resources = new Resources.Collection();
 }