コード例 #1
0
ファイル: Hint.cs プロジェクト: crassirostris/Ulearn
 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
ファイル: SomeoneSolution.cs プロジェクト: andgein/uLearn
		public SomeoneSolution(IWebElement solution, LikeButton likeButton)
		{
			this.likeButton = likeButton;
			this.solution = solution;
		}