C# Класс PurplePen.TeamVariationsForm

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CalculateVariationsPressed EventHandler
ExportFilePressed EventHandler

Открытые методы

Метод Описание
SetBody ( string body ) : void
SetReportBody ( string title, string body ) : void
TeamVariationsForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SetBody() публичный Метод

public SetBody ( string body ) : void
body string
Результат void

SetReportBody() публичный Метод

public SetReportBody ( string title, string body ) : void
title string
body string
Результат void

TeamVariationsForm() публичный Метод

public TeamVariationsForm ( ) : System
Результат System

Описание свойств

CalculateVariationsPressed публичное свойство

public EventHandler CalculateVariationsPressed
Результат EventHandler

ExportFilePressed публичное свойство

public EventHandler ExportFilePressed
Результат EventHandler