コード例 #1
0
        private void FireBvtAllEvent(DeviceState State)
        {
            var message = string.Format("BVT test all state {0}", State);

            m_Communication.PostBVTAllEvent(State);
        }