C# Class DokanSSHFS.Systray

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: apaka/dokan

Méthodes publiques

Свойство Type Description
parser ParseArgs

Méthodes publiques

Méthode Description
Systray ( ParseArgs parser ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Systray() public méthode

public Systray ( ParseArgs parser ) : System
parser ParseArgs
Résultat System

Property Details

parser public_oe property

public ParseArgs,DokanSSHFS parser
Résultat ParseArgs