C# 클래스 BrowserSelect.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: zumoshi/BrowserSelect 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

add_rule() 공개 메소드

public add_rule ( Browser b ) : void
b Browser
리턴 void

add_rule() 공개 메소드

public add_rule ( Browser b, string pattern ) : void
b Browser
pattern string
리턴 void

generate_rule() 공개 정적인 메소드

public static generate_rule ( string url ) : AmbiguousRule
url string
리턴 AmbiguousRule

open_url() 공개 정적인 메소드

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