C# Class PurplePen.TeamVariationsForm

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
CalculateVariationsPressed EventHandler
ExportFilePressed EventHandler

Méthodes publiques

Méthode Description
SetBody ( string body ) : void
SetReportBody ( string title, string body ) : void
TeamVariationsForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonCalculate_Click ( object sender, EventArgs e ) : void
buttonExport_Click ( object sender, EventArgs e ) : void
buttonPrintPreview_Click ( object sender, EventArgs e ) : void
buttonPrint_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetBody() public méthode

public SetBody ( string body ) : void
body string
Résultat void

SetReportBody() public méthode

public SetReportBody ( string title, string body ) : void
title string
body string
Résultat void

TeamVariationsForm() public méthode

public TeamVariationsForm ( ) : System
Résultat System

Property Details

CalculateVariationsPressed public_oe property

public EventHandler CalculateVariationsPressed
Résultat EventHandler

ExportFilePressed public_oe property

public EventHandler ExportFilePressed
Résultat EventHandler