コード例 #1
0
 public QueryBuilder(Type type, string path) : base(type, path)
 {
     Query = new NksQuery();
 }
コード例 #2
0
 public SimpleQueryBuilder(Type type, string path) : base(type, path)
 {
     Query      = new NksQuery();
     Query.lang = Language.Deutsch;
 }