예제 #1
0
 internal ProjectWhenElement(ProjectWhenElementLink link)
     : base(link)
 {
 }
예제 #2
0
 public ProjectWhenElement Create(ProjectWhenElementLink link)
 {
     return(new ProjectWhenElement(link));
 }