internal static void Update(t_ChannelStateStatic mChState)
        {
            if (bState==null)
                return;

            bState.Update(mChState);
        }
Ejemplo n.º 2
0
 public void SetCHStateStatic(t_ChannelStateStatic mChState)
 {
     Func.tChannelStateStatic.Update(mChState);
 }