C# 클래스 mp3lib.Communication_With_User.CommunicationWithUser

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
GetInfoFromUser ( TagType tag, Diff diff, IMp3File file, ICommunication communication ) : UserData
ShowDifferences ( IEnumerable differences, IRequestable requestable ) : void

메소드 상세

GetInfoFromUser() 공개 메소드

public GetInfoFromUser ( TagType tag, Diff diff, IMp3File file, ICommunication communication ) : UserData
tag TagType
diff mp3lib.Core.Diff
file IMp3File
communication ICommunication
리턴 mp3lib.Args_Managing.UserData

ShowDifferences() 공개 메소드

public ShowDifferences ( IEnumerable differences, IRequestable requestable ) : void
differences IEnumerable
requestable IRequestable
리턴 void