Ejemplo n.º 1
0
 public SynchronizeViewModel(Document document)
 {
     _document   = document;
     Synchronize = InitializationModel();
     Synchronize.CentralModelPath = ModelPathUtils.ConvertModelPathToUserVisiblePath(_document.GetWorksharingCentralModelPath());
 }
 private void SynchronizeWatcher_SettingsChangedEvent(SynchronizeModel settings)
 {
     StartTimer();
 }