예제 #1
0
 public Hint(LikeButton likeButton, IWebElement hint)
 {
     //this.driver = driver;
     this.likeButton = likeButton;
     this.hint       = hint;
 }
예제 #2
0
파일: Hint.cs 프로젝트: andgein/uLearn
		public Hint(LikeButton likeButton, IWebElement hint)
		{
			//this.driver = driver;
			this.likeButton = likeButton;
			this.hint = hint;
		}
예제 #3
0
 public SomeoneSolution(IWebElement solution, LikeButton likeButton)
 {
     this.likeButton = likeButton;
     this.solution   = solution;
 }
예제 #4
0
		public SomeoneSolution(IWebElement solution, LikeButton likeButton)
		{
			this.likeButton = likeButton;
			this.solution = solution;
		}