Read() public method

public Read ( string fileName ) : void
fileName string
return void
Example #1
0
 // Should this really be public?
 public static void Read()
 {
     optionRecordService.Read(OptionFileName);
 }