Ejemplo n.º 1
0
 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();
 }
Ejemplo n.º 2
0
 public frmMain()
 {
     InitializeComponent();
     this.GSNObject = new GSN_Class(false);
 }