C# Class AutoWikiBrowser.ExternalProgram

Show file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
ExternalProgram ( ) : System
ProcessArticle ( string articleText, string articleTitle, int @namespace, string &summary, bool &skip ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ExternalProgram_FormClosing ( object sender, FormClosingEventArgs e ) : void
ExternalProgram_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

RadioButtonCheckedChanged ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
btnSelectIO_Click ( object sender, EventArgs e ) : void
btnSelectProgram_Click ( object sender, EventArgs e ) : void
chkEnabled_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

ExternalProgram() public method

public ExternalProgram ( ) : System
return System

ProcessArticle() public method

public ProcessArticle ( string articleText, string articleTitle, int @namespace, string &summary, bool &skip ) : string
articleText string
articleTitle string
@namespace int
summary string
skip bool
return string