示例#1
0
 public MoveCopySettings()
 {
     this.enabledField             = true;
     this.collisionActionField     = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField              = MoveCopySettingsSettingFileAction.Undefined;
     this.unmatchedFileActionField = MoveCopySettingsUnmatchedFileAction.Skip;
 }
示例#2
0
 public MoveCopySettings()
 {
     this.enabledField = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField = MoveCopySettingsSettingFileAction.Undefined;
     this.unmatchedFileActionField = MoveCopySettingsUnmatchedFileAction.Skip;
 }