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
 public State(WebScrapper context)
 {
     m_context = context;
 }