C# Class TVSorter.View.MissingDuplicateEpisodes

The missing and duplicated episodes tab.
Inheritance: System.Windows.Forms.UserControl, IView
Afficher le fichier Open project: a-jackson/tvsorter Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// true if managed resources should be disposed; otherwise, false. ///
Résultat void

MissingDuplicateEpisodes() public méthode

Initializes a new instance of the MissingDuplicateEpisodes class.
public MissingDuplicateEpisodes ( ) : System
Résultat System

StartTaskProgress() public méthode

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. ///
Résultat void