C# Class v2ray_taskbar.MainForm

Mostra file Open project: kxjhlele/v2ray-taskbar

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method 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 method

public AppendText ( string text ) : void
text string
return void

Dispose() protected method

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

Exit_Click() public method

public Exit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

MainForm() public method

public MainForm ( ) : System
return System

TextBoxClear() public method

public TextBoxClear ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

TextBoxCopy() public method

public TextBoxCopy ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

V2ray_Click() public method

public V2ray_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

V2ray_Process() public method

public V2ray_Process ( ) : void
return void

V2ray_Shown() public method

public V2ray_Shown ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

V2ray_SizeChanged() public method

public V2ray_SizeChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

notifyIconV2ray_MouseClick() public method

public notifyIconV2ray_MouseClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void