Exemplo n.º 1
0
        private void ParseOs()
        {
            osParser.SetUserAgent(userAgent);
            osParser.SetCache(cache);

            os = osParser.Parse();
        }
Exemplo n.º 2
0
        private void ParseOs()
        {
            var osParser = new OperatingSystemParser();

            osParser.SetUserAgent(userAgent);
            osParser.SetCache(cache);

            os = osParser.Parse();
        }