C# Class TpTrayUtility.SubmitBug.AttachmentControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
AddFile ( string fileName ) : void
AttachmentControl ( ) : System
DeleteFiles ( ) : void

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
ShowFiles ( ) : void
ac_DeleteClicked ( object sender, EventArgs e ) : void
addFile_Click ( object sender, EventArgs e ) : void
addFromLib_Click ( object sender, EventArgs e ) : void
newCaptrue_Click ( object sender, EventArgs e ) : void
pageDown_Click ( object sender, EventArgs e ) : void
pageUp_Click ( object sender, EventArgs e ) : void

Method Details

AddFile() public méthode

public AddFile ( string fileName ) : void
fileName string
Résultat void

AttachmentControl() public méthode

public AttachmentControl ( ) : System
Résultat System

DeleteFiles() public méthode

public DeleteFiles ( ) : void
Résultat void

OnResize() protected méthode

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