C# 클래스 TVSorter.Data.BannerDownloadRequiredEventArgs

The event args for the banner download required event.
상속: System.EventArgs
파일 보기 프로젝트 열기: a-jackson/tvsorter

공개 메소드들

메소드 설명
BannerDownloadRequiredEventArgs ( TvShow show, string newBanner ) : System

Initializes a new instance of the BannerDownloadRequiredEventArgs class.

메소드 상세

BannerDownloadRequiredEventArgs() 공개 메소드

Initializes a new instance of the BannerDownloadRequiredEventArgs class.
public BannerDownloadRequiredEventArgs ( TvShow show, string newBanner ) : System
show TvShow /// The show. ///
newBanner string /// The new banner. ///
리턴 System