Ejemplo n.º 1
0
        public Chrome360se6()
        {
            string LOCAL_PATH   = BaseChrome.GetAppDataRoamingPath();
            string userDataPath = Path.Combine(LOCAL_PATH, @"360se6\User Data");

            Model = new BaseChrome(userDataPath);
        }
Ejemplo n.º 2
0
        public Opera()
        {
            string LOCAL_PATH   = BaseChrome.GetAppDataRoamingPath();
            string userDataPath = Path.Combine(LOCAL_PATH, @"Opera Software\Opera Stable");

            Model = new BaseChrome(userDataPath);
        }
Ejemplo n.º 3
0
        public ChromeSogou()
        {
            string LOCAL_PATH   = BaseChrome.GetAppDataRoamingPath();
            string userDataPath = Path.Combine(LOCAL_PATH, @"SogouExplorer\Webkit");

            Model = new BaseChrome(userDataPath);
        }