Esempio n. 1
0
 public void relateAcrossR19To(Shape_c target, boolean notifyChanges) {
   if (target != null) {
     target.relateAcrossR19To(this, notifyChanges);
   }
 }
Esempio n. 2
0
 public void relateAcrossR19To(Shape_c target) {
   if (target != null) {
     target.relateAcrossR19To(this, true);
   }
 }