Exemple #1
0
 public Body1Arg(HappilProperty ownerProperty)
     : base(ownerProperty)
 {
 }
Exemple #2
0
 public Body2Args(HappilProperty ownerProperty)
     : base(ownerProperty)
 {
 }
Exemple #3
0
            //-------------------------------------------------------------------------------------------------------------------------------------------------

            protected BodyBase(HappilProperty ownerProperty)
            {
                this.OwnerProperty = ownerProperty;
            }