C# 클래스 BlottoBeats.Library.Networking.BBResponse

파일 보기 프로젝트 열기: Zwolf11/BlottoBeats

공개 메소드들

메소드 설명
BBResponse ( ) : System
BBResponse ( List songs ) : System
BBResponse ( SongParameters song ) : System
BBResponse ( string type, string message ) : System

메소드 상세

BBResponse() 공개 메소드

public BBResponse ( ) : System
리턴 System

BBResponse() 공개 메소드

public BBResponse ( List songs ) : System
songs List
리턴 System

BBResponse() 공개 메소드

public BBResponse ( SongParameters song ) : System
song BlottoBeats.Library.SongData.SongParameters
리턴 System

BBResponse() 공개 메소드

public BBResponse ( string type, string message ) : System
type string
message string
리턴 System