コード例 #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);
 }