Пример #1
0
 void ExhaustRotRightPower()
 {
     if (_bExhaustRotPwr)
     {
         MiroModelV1 model =
             CellObjCtrlUtils.GetMiroModelFromCell(this);
         if (model != null)
         {
             model.AddRotRightPwr(-1);
         }
     }
 }