C# Class ATMLCommonLibrary.forms.HtmlTempFile

Inheritance: Object
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
Destroy ( ) : void
HtmlTempFile ( ) : System
Write ( string text ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

HtmlTempFile() public method

public HtmlTempFile ( ) : System
return System

Write() public method

public Write ( string text ) : void
text string
return void