See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public static void CreateNewProjectXmlFile(
	string xmlFileName
)
Visual Basic
Public Shared Sub CreateNewProjectXmlFile ( 
	xmlFileName As String
)
Visual C++
public:
static void CreateNewProjectXmlFile(
	String^ xmlFileName
)

Parameters

xmlFileName
Type: System..::..String

See Also