예제 #1
0
 public void ClearMovePwr()
 {
     if (_TgtObj != null)
     {
         MiroModelV1 model =
             CellObjCtrlUtils.GetMiroModelFromCell(this);
         model.ClearMovePwr();
     }
 }