コード例 #1
0
 public SearchObj(string str, ClientBrief req, object obj) : this(str, req)
 {
     ReqOpt = obj;
 }
コード例 #2
0
 public SearchObj(string str, ClientBrief req) : this(str)
 {
     ReqSource = req;
 }