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