Example #1
0
 public void UpdateChildrenAbsolutePos()
 {
     if (CompObj != null)
     {
         CompObj.UpdateChildrenAbsolutePos();
     }
 }