C# Class DokanSSHFS.Systray

Inheritance: System.Windows.Forms.Form
Mostra file Open project: apaka/dokan

Public Properties

Property Type Description
parser ParseArgs

Public Methods

Method Description
Systray ( ParseArgs parser ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
Unmount ( ) : void
connect ( ) : void
exit_Click ( object sender, EventArgs e ) : void
mount_Click ( object sender, EventArgs e ) : void
unmount_Click ( object sender, EventArgs e ) : void

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Systray() public method

public Systray ( ParseArgs parser ) : System
parser ParseArgs
return System

Property Details

parser public_oe property

public ParseArgs,DokanSSHFS parser
return ParseArgs