C# Class ClanceysLib.Downloader.ProgressDialog

Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
ProgressDialog ( string title, EventHandler Clicked ) : System
dispose ( ) : void
setMessage ( string msg ) : void

Method Details

ProgressDialog() public method

public ProgressDialog ( string title, EventHandler Clicked ) : System
title string
Clicked EventHandler
return System

dispose() public method

public dispose ( ) : void
return void

setMessage() public method

public setMessage ( string msg ) : void
msg string
return void