Esempio n. 1
0
 public DirectPropertySlot(PropertyVariable property)
     : base(property.GetVariableType(), property.GetModule())
 {
     this.property = property;
 }
Esempio n. 2
0
 public DirectPropertySlot(PropertyVariable property)
     : base(property.GetVariableType(), property.GetModule())
 {
     this.property = property;
 }