C# Class Channel9Downloader.ViewModels.Framework.WpfOpenFolderService

Inheritance: IOpenFolderService, IDisposable
Show file Open project: MadCowDevelopment/Channel9Downloader

Public Methods

Method Description
Dispose ( ) : void

Invoked when this object is being removed from the application and will be subject to garbage collection.

ShowDialog ( ) : DialogResult

Shows the folder browse dialog.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes managed and unmanaged resources.

Method Details

Dispose() public method

Invoked when this object is being removed from the application and will be subject to garbage collection.
public Dispose ( ) : void
return void

Dispose() protected method

Disposes managed and unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool Determines whether dispose has been called from user code () /// or from a finalizer ().
return void

ShowDialog() public method

Shows the folder browse dialog.
public ShowDialog ( ) : DialogResult
return DialogResult