示例#1
0
 public void Statistic()
 {
     UserActionUtils.WriteSearchHistory(0, string.Empty, this.keyword.Text, string.Empty, this.RadioButtonCheck(2), this.returnsearch.UserId);
 }
示例#2
0
 public void Statistic()
 {
     UserActionUtils.WriteSearchHistory(this.TypeId, ((ComboxItem)this.Type.SelectedItem).Text, this.keyword.Text, this.category, "全部资源", this.returnsearch.UserId);
 }