C# Class shredder_simulator.shredsimForm

Exibir arquivo Open project: Algorithmix/DigitalShredder Class Usage Examples

Public Methods

Method Description
getCheckBox ( ) : bool
getFolderDest ( ) : string
getHorSlice ( ) : int
getImageLocation ( ) : string
getVertSlice ( ) : int
shredsimForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

getCheckBox() public method

public getCheckBox ( ) : bool
return bool

getFolderDest() public method

public getFolderDest ( ) : string
return string

getHorSlice() public method

public getHorSlice ( ) : int
return int

getImageLocation() public method

public getImageLocation ( ) : string
return string

getVertSlice() public method

public getVertSlice ( ) : int
return int

shredsimForm() public method

public shredsimForm ( ) : System
return System