示例#1
0
 public Report()
 {
     Name        = string.Empty;
     ReportHosts = new ReportHosts();
 }
示例#2
0
 public Report()
 {
     Name = "";
     ReportHosts = new ReportHosts();
 }