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(); }
public frmMain() { InitializeComponent(); this.GSNObject = new GSN_Class(false); }