public VpnProfileHandler(ISyncProfileStorage syncProfiles)
 {
     _syncProfiles = syncProfiles;
 }
Example #2
0
        public ProfileSyncViewModel(ISyncProfileStorage syncProfiles)
        {
            _syncProfiles = syncProfiles;

            SyncCommand = new RelayCommand(SyncAction);
        }