mp3lib_Tests.Classes_for_tests.TestCommunicator.GetResponse C# (CSharp) Method

GetResponse() public method

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