C# Класс TVSorter.View.MissingDuplicateEpisodes

The missing and duplicated episodes tab.
Наследование: System.Windows.Forms.UserControl, IView
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MissingDuplicateEpisodes ( ) : System

Initializes a new instance of the MissingDuplicateEpisodes class.

StartTaskProgress ( IProgressTask task, string taskName ) : void

Starts the progress indication for the specified Project Task.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
DuplicatesButtonClick ( object sender, EventArgs e ) : void

Handles the duplicates button click.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MissingButtonClick ( object sender, EventArgs e ) : void

Handles the missing button click.

MissingDuplicateEpisodesLoad ( object sender, EventArgs e ) : void

The missing duplicate episodes load.

OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

The on property changed.

RefreshButtonClick ( object sender, EventArgs e ) : void

Handles the refresh button click.

UpdateTree ( ) : void

Updates the tree view.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// true if managed resources should be disposed; otherwise, false. ///
Результат void

MissingDuplicateEpisodes() публичный Метод

Initializes a new instance of the MissingDuplicateEpisodes class.
public MissingDuplicateEpisodes ( ) : System
Результат System

StartTaskProgress() публичный Метод

Starts the progress indication for the specified Project Task.
public StartTaskProgress ( IProgressTask task, string taskName ) : void
task IProgressTask /// The task. ///
taskName string /// The task name. ///
Результат void