C# Class RssToolkit.Web.Design.RssDataSourceConfigForm

WinForm dialog to configure RSS data source
Afficher le fichier Open project: Throy/derp-octo-robot Class Usage Examples

Méthodes publiques

Méthode Description
RssDataSourceConfigForm ( RssDataSource dataSource ) : System

Initializes a new instance of the RssDataSourceConfigForm class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddToHistory ( string url ) : void
InitializeComponent ( ) : void
button1_Click ( object sender, EventArgs e ) : void

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

RssDataSourceConfigForm() public méthode

Initializes a new instance of the RssDataSourceConfigForm class.
public RssDataSourceConfigForm ( RssDataSource dataSource ) : System
dataSource RssDataSource The data source.
Résultat System