Example #1
0
 public ReadDbObjects()
 {
     _outputtype = Arguments.GetValByKey("outputtype") == string.Empty ? "htm" : Arguments.GetValByKey("outputtype");
 }