mp3lib_Tests.Classes_for_tests.TestCommunicator.GetResponse C# (CSharp) 메소드

GetResponse() 공개 메소드

public GetResponse ( ) : string
리턴 string
        public string GetResponse()
        {
            return UserInput.Dequeue();
        }