GetPathToResGenExecutable() 개인적인 메소드

private GetPathToResGenExecutable ( ) : string
리턴 string
예제 #1
0
 public void GetPath()
 {
     var subject = new Resgen();
     Assert.That(subject.GetPathToResGenExecutable(), Is.Not.Null);
 }
예제 #2
0
        public void GetPath()
        {
            var subject = new Resgen();

            Assert.That(subject.GetPathToResGenExecutable(), Is.Not.Null);
        }