public RetrieveTodayState(WebScrapper context) : base(context)
 {
 }
Exemplo n.º 2
0
 public LoginState(WebScrapper context) : base(context)
 {
 }
Exemplo n.º 3
0
 public EndState(WebScrapper context) : base(context)
 {
 }
Exemplo n.º 4
0
 public SearchState(WebScrapper context) : base(context)
 {
 }
Exemplo n.º 5
0
 public RetrieveAllState(WebScrapper context) : base(context)
 {
 }
Exemplo n.º 6
0
 public State(WebScrapper context)
 {
     m_context = context;
 }