Exemple #1
0
        public AttachedControllersInfoSystem()
        {
            AttachedControllerInfos = XmlFactory.GetCounterCorrectionInfosFromXml(Path.Combine(Env.CfgPath, "AttachedControllerInfos.xml"));

            AttachedControllerConfigs = new Dictionary <string, AttachedObjectConfig>();
            foreach (var attachedControllerInfo in AttachedControllerInfos)
            {
                AttachedControllerConfigs.Add(attachedControllerInfo.Value, attachedControllerInfo.Key);
            }
        }