상속: Header
예제 #1
0
 /// <summary>
 /// Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
 /// </summary>
 /// <param name="p_Source"></param>
 public RowHeader(RowHeader p_Source) : base(p_Source)
 {
 }
예제 #2
0
 /// <summary>
 /// Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
 /// </summary>
 /// <param name="p_Source"></param>
 public RowHeader(RowHeader p_Source)
     : base(p_Source)
 {
 }
예제 #3
0
파일: RowHeader.cs 프로젝트: unixcrh/Motion
 static RowHeader()
 {
     Default = new RowHeader();
 }
예제 #4
0
 static RowHeader()
 {
     Default = new RowHeader();
 }
예제 #5
0
 /// <summary>
 /// Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
 /// </summary>
 /// <param name="p_Source"></param>
 public RowHeader(RowHeader p_Source)
 {
 }