Exemplo n.º 1
0
        public static void NavigateToURL(string flexNumber)
        {
            string flexType = flexNumber;

            if (flexType == "Flex1")
            {
                GeneralPage.NavigateToURL(moduleURLs.main);
            }
            else
            {
                GeneralPage.NavigateToURL(moduleURLs.main);
            }
        }
Exemplo n.º 2
0
 public static void NavigateToURL()
 {
     GeneralPage.NavigateToURL(moduleURLs.main);
 }