Ejemplo n.º 1
0
        public AccountController()
        {
            IgnoreList = new IgnoreList();
            FileLog = new FileLog(this);
            FolderWatcher = new FolderWatcher(this);

            WebInterface = new WebInterface(this);
            SyncQueue = new SyncQueue(this);            

            Client = new Client(this);
        }