Example #1
0
 public BooProjectBehavior(BooProject project, ProjectBehavior next = null)
     : base(project, next)
 {
 }
Example #2
0
		public BooProjectBehavior(BooProject project, ProjectBehavior next = null)
			: base(project, next)
		{
			
		}