コード例 #1
0
 public RetrieveTodayState(WebScrapper context) : base(context)
 {
 }
コード例 #2
0
 public LoginState(WebScrapper context) : base(context)
 {
 }
コード例 #3
0
 public EndState(WebScrapper context) : base(context)
 {
 }
コード例 #4
0
 public SearchState(WebScrapper context) : base(context)
 {
 }
コード例 #5
0
 public RetrieveAllState(WebScrapper context) : base(context)
 {
 }
コード例 #6
0
ファイル: State.cs プロジェクト: johha86/flightswebcrapper
 public State(WebScrapper context)
 {
     m_context = context;
 }