C# Class AutoWikiBrowser.ConfigurePasteMoreItems

Datei anzeigen Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Methods

Method Description
ConfigurePasteMoreItems ( ) : System.Windows.Forms
ConfigurePasteMoreItems ( string string1, string string2, string string3, string string4, string string5, string string6, string string7, string string8, string string9, string string10 ) : System.Windows.Forms

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

ConfigurePasteMoreItems() public method

public ConfigurePasteMoreItems ( ) : System.Windows.Forms
return System.Windows.Forms

ConfigurePasteMoreItems() public method

public ConfigurePasteMoreItems ( string string1, string string2, string string3, string string4, string string5, string string6, string string7, string string8, string string9, string string10 ) : System.Windows.Forms
string1 string
string2 string
string3 string
string4 string
string5 string
string6 string
string7 string
string8 string
string9 string
string10 string
return System.Windows.Forms

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