Example #1
0
 public InputFileSection(string section)
 {
     input_file = null; input_section = section; selection = InputFileSelection.All;
 }
Example #2
0
 public InputFileSection(string section) { input_file = null; input_section = section; selection = InputFileSelection.All; }