C# 클래스 Longkong.XmlForms.XmlForm

The basic xml generated form.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Longkong/Pojjaman

보호된 프로퍼티들

프로퍼티 타입 설명
xmlLoader XmlLoader

공개 메소드들

메소드 설명
XmlForm ( ) : System
XmlForm ( string fileName ) : System

Creates a new instance

보호된 메소드들

메소드 설명
SetupFromXml ( string fileName ) : void
SetupFromXmlStream ( Stream stream ) : void
SetupXmlLoader ( ) : void

메소드 상세

SetupFromXml() 보호된 메소드

protected SetupFromXml ( string fileName ) : void
fileName string
리턴 void

SetupFromXmlStream() 보호된 메소드

protected SetupFromXmlStream ( Stream stream ) : void
stream Stream
리턴 void

SetupXmlLoader() 보호된 메소드

protected SetupXmlLoader ( ) : void
리턴 void

XmlForm() 공개 메소드

public XmlForm ( ) : System
리턴 System

XmlForm() 공개 메소드

Creates a new instance
public XmlForm ( string fileName ) : System
fileName string /// Name of the xml file which defines this form. ///
리턴 System

프로퍼티 상세

xmlLoader 보호되어 있는 프로퍼티

protected XmlLoader xmlLoader
리턴 XmlLoader