C# Class v2ray_taskbar.MainForm

Afficher le fichier Open project: kxjhlele/v2ray-taskbar

Méthodes publiques

Méthode Description
AppendText ( string text ) : void
Exit_Click ( object sender, EventArgs e ) : void
MainForm ( ) : System
TextBoxClear ( object sender, EventArgs e ) : void
TextBoxCopy ( object sender, EventArgs e ) : void
V2ray_Click ( object sender, EventArgs e ) : void
V2ray_Process ( ) : void
V2ray_Shown ( object sender, EventArgs e ) : void
V2ray_SizeChanged ( object sender, EventArgs e ) : void
notifyIconV2ray_MouseClick ( object sender, MouseEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Méthode Description
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Method Details

AppendText() public méthode

public AppendText ( string text ) : void
text string
Résultat void

Dispose() protected méthode

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Exit_Click() public méthode

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

TextBoxClear() public méthode

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

TextBoxCopy() public méthode

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

V2ray_Click() public méthode

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

V2ray_Process() public méthode

public V2ray_Process ( ) : void
Résultat void

V2ray_Shown() public méthode

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

V2ray_SizeChanged() public méthode

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

notifyIconV2ray_MouseClick() public méthode

public notifyIconV2ray_MouseClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void