Inheritance: System.Collections.ReadOnlyCollectionBase
Example #1
0
		public PestControlModel()
		{
			users = new UserCollection();
			projects = new ProjectCollection();
		}
 public PestControlModel()
 {
     users    = new UserCollection();
     projects = new ProjectCollection();
 }