Ejemplo n.º 1
0
        private static Dictionary <string, int> getRearLeftDict()
        {
            TyresTemplateConfig tyreData = new TyresTemplateConfig();

            return(tyreData.RearLeftData());
        }
Ejemplo n.º 2
0
        private static Dictionary <string, int> getFrontRightDict()
        {
            TyresTemplateConfig tyreData = new TyresTemplateConfig();

            return(tyreData.FrontRightData());
        }