Example #1
0
 private void filterLobbies(LobbyTabs tab)
 {
 }
 public DnPokerLobbyBeginners(RanorexDriver driver) : base(driver)
 {
     rootLocator = getAppRefByName("MainWindowWin");
     tabs        = new LobbyTabs(this);
 }