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