Esempio n. 1
0
 public StereotypeInstance(Project p, Guid g, Stereotype stereotype)
     : base(p, g)
 {
     Stereotype = stereotype;
 }