VersionOne.ServiceHost.TestServices.TestRun.TestRun C# (CSharp) 메소드

TestRun() 공개 메소드

public TestRun ( System.DateTime stamp, string testref ) : System
stamp System.DateTime
testref string
리턴 System
        public TestRun(DateTime stamp, string testref) {
            Stamp = stamp;
            TestRef = testref;
        }