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