Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public interface ILoginWindow
  2. {
  3. void ClickButton(string buttonName);
  4. void SetText(string text, string textBoxName);
  5. string GetText(string textBoxName);
  6.  
  7. bool Login(string login, string password);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement