C# Class Product_Monograph.helpers.Common

ファイルを表示 Open project: hres/pmp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Common ( string xmlFileName ) : System
SaveXmlFile ( XmlDocument doc ) : void

Method Details

Common() public method

public Common ( string xmlFileName ) : System
xmlFileName string
return System

SaveXmlFile() public method

public SaveXmlFile ( XmlDocument doc ) : void
doc System.Xml.XmlDocument
return void