C# Class TVSorter.Data.BannerDownloadRequiredEventArgs

The event args for the banner download required event.
Inheritance: System.EventArgs
显示文件 Open project: a-jackson/tvsorter

Public Methods

Method Description
BannerDownloadRequiredEventArgs ( TvShow show, string newBanner ) : System

Initializes a new instance of the BannerDownloadRequiredEventArgs class.

Method Details

BannerDownloadRequiredEventArgs() public method

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