Inheritance: System.Collections.CollectionBase
コード例 #1
0
ファイル: PestControlModel.cs プロジェクト: ralescano/castle
		public PestControlModel()
		{
			users = new UserCollection();
			projects = new ProjectCollection();
		}
コード例 #2
0
 public PestControlModel()
 {
     users    = new UserCollection();
     projects = new ProjectCollection();
 }