public PackagingProject()
		{
			Initialize (this);
			packages = new PackageCollection (this);
		}
Ejemplo n.º 2
0
		public PackagingProject()
		{
			packages = new PackageCollection (this);
		}