示例#1
0
文件: GSN_Search.cs 项目: wamacs/GSN
 public GSN_Search(string query, string field, DateTime startDate, bool useLive)
 {
     this.query = query;
     this.field = field;
     this.startDate = startDate;
     this.profileIDResults = new List<int>();
     this.profileXMLStrings = new List<string>();
     this.useLive = useLive;
     this.GSNObject = new GSN_Class();
 }
示例#2
0
文件: frmMain.cs 项目: wamacs/GSN
 public frmMain()
 {
     InitializeComponent();
     this.GSNObject = new GSN_Class(false);
 }