예제 #1
0
 public MoveCopySettings()
 {
     this.enabledField             = true;
     this.collisionActionField     = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField              = MoveCopySettingsSettingFileAction.Undefined;
     this.unmatchedFileActionField = MoveCopySettingsUnmatchedFileAction.Skip;
 }
예제 #2
0
 public MoveCopySettingsSettingFile()
 {
     this.enabledField = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField = MoveCopySettingsSettingFileAction.Undefined;
 }
예제 #3
0
 public MoveCopySettings()
 {
     this.enabledField = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField = MoveCopySettingsSettingFileAction.Undefined;
     this.unmatchedFileActionField = MoveCopySettingsUnmatchedFileAction.Skip;
 }
예제 #4
0
 public MoveCopySettingsSettingFile()
 {
     this.enabledField         = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField          = MoveCopySettingsSettingFileAction.Undefined;
 }