Revision 29a6b387 trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
17 17
using Pithos.Client.WPF.Services;
18 18
using Pithos.Client.WPF.Shell;
19 19
using Pithos.Core;
20
using Pithos.Core.Agents;
20 21
using Pithos.Interfaces;
21 22
using System;
22 23
using System.Collections.Generic;
......
406 407
		}
407 408

  
408 409
        public void SynchNow()
409
        {}
410
        {
411
            var agent = IoC.Get<NetworkAgent>();
412
            agent.SynchNow();
413
        }
410 414

  
411 415
		public ObjectInfo RefreshObjectInfo(ObjectInfo currentInfo)
412 416
		{

Also available in: Unified diff