C# Class VhostsEditorGUI.main

Afficher le fichier Open project: vkdimitrov/VhostsEditor

Méthodes publiques

Méthode Description
main ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Add_Click ( object sender, EventArgs e ) : void
Delete_Click ( object sender, EventArgs e ) : void
Edit_Click ( object sender, EventArgs e ) : void
FillVhostsBox ( Vhosts vhosts ) : void
InitializeComponent ( ) : void

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

ResetApache_Click ( object sender, EventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
child_FormClosed ( object sender, FormClosedEventArgs e ) : void
dataGridView1_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
main_Load ( object sender, EventArgs e ) : void
vhostsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : 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

main() public méthode

public main ( ) : System
Résultat System