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