C# Класс shredder_simulator.shredsimForm

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

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

Метод Описание
getCheckBox ( ) : bool
getFolderDest ( ) : string
getHorSlice ( ) : int
getImageLocation ( ) : string
getVertSlice ( ) : int
shredsimForm ( ) : 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.

folderButton_Click ( object sender, EventArgs e ) : void
searchButton_Click ( object sender, EventArgs e ) : void
shredButton_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

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

public getCheckBox ( ) : bool
Результат bool

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

public getFolderDest ( ) : string
Результат string

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

public getHorSlice ( ) : int
Результат int

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

public getImageLocation ( ) : string
Результат string

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

public getVertSlice ( ) : int
Результат int

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

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