TestProject1.Pages.CreateANewRepositoryPage.CreateANewRepositoryPage C# (CSharp) Method

CreateANewRepositoryPage() public method

public CreateANewRepositoryPage ( string url, Find find ) : ArtOfTest.WebAii.Controls.HtmlControls
url string
find Find
return ArtOfTest.WebAii.Controls.HtmlControls
            public CreateANewRepositoryPage(string url, Find find)
                : base(url, find)
            {
            }
Pages.CreateANewRepositoryPage