C# Class Xml.Example.XmlHandler

显示文件 Open project: zacheryph/examples Class Usage Examples

Public Methods

Method Description
AddRecord ( string t, string s, string m ) : void
PrintDocument ( ) : void
RemoveRecord ( string t ) : void
XmlHandler ( ) : System

Method Details

AddRecord() public method

public AddRecord ( string t, string s, string m ) : void
t string
s string
m string
return void

PrintDocument() public method

public PrintDocument ( ) : void
return void

RemoveRecord() public method

public RemoveRecord ( string t ) : void
t string
return void

XmlHandler() public method

public XmlHandler ( ) : System
return System