コード例 #1
0
 public GoogleDriveAccountFactory(
     AuthenticatorFactory authenticatorFactory,
     IFilesGetterFactory filesGetterFactory,
     IFolderSynchronizerFactory folderSynchronizerFactory)
 {
     this.authenticatorFactory = authenticatorFactory;
     this.filesGetterFactory = filesGetterFactory;
     this.folderSynchronizerFactory = folderSynchronizerFactory;
 }
コード例 #2
0
 public GoogleDriveAccountFactory(
     AuthenticatorFactory authenticatorFactory,
     IFilesGetterFactory filesGetterFactory,
     IFolderSynchronizerFactory folderSynchronizerFactory)
 {
     this.authenticatorFactory      = authenticatorFactory;
     this.filesGetterFactory        = filesGetterFactory;
     this.folderSynchronizerFactory = folderSynchronizerFactory;
 }
コード例 #3
0
 public FoldersExplorerFactory(IDialogService dialogService, IFileSystem fileSystem, IFolderSynchronizerFactory <TFolder, TFile> synchronizer)
 {
     this.dialogService       = dialogService;
     this.fileSystem          = fileSystem;
     this.synchronizerFactory = synchronizer;
 }