C# Class mp3lib.Communication_With_User.CommunicationWithUser

Datei anzeigen Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
GetInfoFromUser ( TagType tag, Diff diff, IMp3File file, ICommunication communication ) : UserData
ShowDifferences ( IEnumerable differences, IRequestable requestable ) : void

Method Details

GetInfoFromUser() public method

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

ShowDifferences() public method

public ShowDifferences ( IEnumerable differences, IRequestable requestable ) : void
differences IEnumerable
requestable IRequestable
return void