示例#1
0
        internal static void Update(t_ChannelStateStatic mChState)
        {
            if (bState == null)
            {
                return;
            }

            bState.Update(mChState);
        }
示例#2
0
 public void SetCHStateStatic(t_ChannelStateStatic mChState)
 {
     Func.tChannelStateStatic.Update(mChState);
 }