C# Класс TVSorter.Data.BannerDownloadRequiredEventArgs

The event args for the banner download required event.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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