Tmx.WrappedTestLink.WrappedTestLink C# (CSharp) Method

WrappedTestLink() public method

public WrappedTestLink ( string apiKey, string url ) : Meyn.TestLink
apiKey string
url string
return Meyn.TestLink
        public WrappedTestLink(string apiKey, string url) : base (apiKey, url)
        {
        }
    }
WrappedTestLink