C# Class VirtualAP.frmMain

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jinweijie/VirtualAP

Méthodes publiques

Méthode Description
cmdProcess_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
cmdProcess_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
frmMain ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ExecuteCmd ( string cmd ) : void
InitialAndStartAP ( string ssid, string password ) : void
InitializeComponent ( ) : void

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

LoadData ( ) : void
LoadVersion ( ) : void
SaveData ( ) : void
StartAP ( ) : void
ValidInput ( ) : bool
btnInitialAndStartAP_Click ( object sender, EventArgs e ) : void
btnStartAP_Click ( object sender, EventArgs e ) : void
btnStopAP_Click ( object sender, EventArgs e ) : void
frmMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmMain_Load ( 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

cmdProcess_ErrorDataReceived() public méthode

public cmdProcess_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
Résultat void

cmdProcess_OutputDataReceived() public méthode

public cmdProcess_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
Résultat void

frmMain() public méthode

public frmMain ( ) : System
Résultat System