示例#1
0
 public NetworkQuery()
 {
     _communication = new Communication();
 }
示例#2
0
 public NetworkQuery(object dataProvider)
 {
     _communication = new Communication(new QueryReader(dataProvider));
 }