예제 #1
0
		public DataList(Node content)
		{
			this.Add(content);
		}
예제 #2
0
		public Division(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #3
0
파일: Label.cs 프로젝트: imintsystems/Kean
		public Label(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #4
0
파일: Output.cs 프로젝트: imintsystems/Kean
		public Output(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #5
0
파일: Audio.cs 프로젝트: imintsystems/Kean
		public Audio(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #6
0
		public TableHeading(Node content)
		{
			this.Add(content);
		}
예제 #7
0
		public FigureCaption(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #8
0
		public Heading4(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #9
0
		public TableData(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #10
0
		public Progress(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #11
0
파일: Insert.cs 프로젝트: imintsystems/Kean
		public Insert(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #12
0
		public KeyBoardInput(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #13
0
파일: Style.cs 프로젝트: imintsystems/Kean
		public Style(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #14
0
		public DefinitionList(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #15
0
파일: Italic.cs 프로젝트: imintsystems/Kean
		public Italic(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #16
0
		public UnderLine(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #17
0
		public NoScript(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #18
0
파일: Canvas.cs 프로젝트: imintsystems/Kean
		public Canvas(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #19
0
		public Paragraph(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #20
0
		public DefinitionData(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #21
0
		public OptionGroup(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #22
0
파일: Anchor.cs 프로젝트: imintsystems/Kean
		public Anchor(Node content)
		{
			this.Add(content);
		}
예제 #23
0
파일: Strong.cs 프로젝트: imintsystems/Kean
		public Strong(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #24
0
파일: Button.cs 프로젝트: imintsystems/Kean
		public Button(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #25
0
		public Section(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #26
0
파일: Bold.cs 프로젝트: imintsystems/Kean
		public Bold(Node content)
		{
			this.Add(content);
		}
예제 #27
0
		public ListItem(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #28
0
		public FieldSet(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #29
0
파일: Quote.cs 프로젝트: imintsystems/Kean
		public Quote(Node content) :
			this()
		{
			this.Add(content);
		}
예제 #30
0
		public SuperScript(Node content) :
			this()
		{
			this.Add(content);
		}