Beispiel #1
0
        public void Load()
        {
            byte[] data = m_cfgHelper.FindConfig(c_CfgName);

            if (data != null)
            {
                m_cfg = (HAL_NetworkConfigurationExtended)MFConfigHelper.UnmarshalData(data, typeof(HAL_NetworkConfigurationExtended));
            }
        }
Beispiel #2
0
        public void Load()
        {
            byte[] data = m_cfgHelper.FindConfig(c_CfgName);

            if (data != null)
            {
                m_cfg = (HAL_NetworkConfigurationExtended)MFConfigHelper.UnmarshalData(data, typeof(HAL_NetworkConfigurationExtended));
            }
        }