예제 #1
0
 public ExportSettings()
 {
     DefaultRemainingValue = DefaultRemaining.Leave;
     ExportCommentPrefix   = "Gallifrey";
     EmptyExportComment    = "No Comment Entered";
     ExportPrompt          = new ExportPrompt();
     ExportPromptAll       = false;
     TrackingOnly          = false;
 }
예제 #2
0
 public ExportSettings()
 {
     DefaultRemainingValue = DefaultRemaining.Leave;
     ExportCommentPrefix = "Gallifrey";
     EmptyExportComment = "No Comment Entered";
     ExportPrompt = new ExportPrompt();
     ExportPromptAll = false;
     TrackingOnly = false;
 }