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