C# Class SS.Ynote.Classic.Core.Search.FindInFiles

Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
FindInFiles ( ) : System
tbdir_Enter ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnFind_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
tbFind_KeyDown ( object sender, KeyEventArgs e ) : void
tbdir_Leave ( object sender, EventArgs eventArgs ) : 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

FindInFiles() public méthode

public FindInFiles ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

tbdir_Enter() public méthode

public tbdir_Enter ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void