C# Class DSGraph.frm

Datei anzeigen Open project: ufjf-dcc/dsgraph

Public Methods

Method Description
frm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DownloadProgressCallback ( object sender, DownloadProgressChangedEventArgs e ) : void
InitializeComponent ( ) : void

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

btnAtualizar_Click ( object sender, EventArgs e ) : void
btnInstall_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
checkPermissoes ( ) : bool
configuraProjetoCodeBlocks ( ) : void
copyDll ( ) : void
criarVariaveisAmbiente ( ) : void
descompactCopyDSGraphLib ( ) : void
descompactCopyLibAllegro ( ) : void
descompactExemplos ( ) : void
downloadAllegro ( ) : void
downloadCodeBlocks ( ) : void
downloadDSGraph ( ) : void
downloadExemplos ( ) : void
getCBPFile ( String projeto ) : String
iniciarCodeBlocks ( ) : void
init ( ) : void
instalarCodeBlocks ( ) : void
localizarCodeBlocks ( string sDir ) : void
msgBox ( String msg ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
posDownloadAllegro ( object sender, AsyncCompletedEventArgs e ) : void
posDownloadCodeBlocks ( object sender, AsyncCompletedEventArgs e ) : void
setMensagem ( String mensagem ) : void
setProgressBarValue ( int value ) : void
verificaPastaDownload ( ) : 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

frm() public method

public frm ( ) : System
return System