C# Class BrowserSelect.Form1

Inheritance: System.Windows.Forms.Form
Show file Open project: zumoshi/BrowserSelect Class Usage Examples

Public Methods

Method Description
Form1 ( ) : System
add_rule ( Browser b ) : void
add_rule ( Browser b, string pattern ) : void
generate_rule ( string url ) : AmbiguousRule
open_url ( Browser b, bool incognito = false ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Form1_KeyDown ( object sender, KeyEventArgs e ) : void
Form1_KeyPress ( object sender, KeyPressEventArgs e ) : void
Form1_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.

browser_click ( object sender, EventArgs e ) : void
btn_help_Click ( object sender, EventArgs e ) : void
btn_update_click ( object sender, EventArgs e ) : void
center_me ( ) : void
save_rule ( string pattern, Browser b ) : 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

Form1() public method

public Form1 ( ) : System
return System

add_rule() public method

public add_rule ( Browser b ) : void
b Browser
return void

add_rule() public method

public add_rule ( Browser b, string pattern ) : void
b Browser
pattern string
return void

generate_rule() public static method

public static generate_rule ( string url ) : AmbiguousRule
url string
return AmbiguousRule

open_url() public static method

public static open_url ( Browser b, bool incognito = false ) : void
b Browser
incognito bool
return void