예제 #1
0
파일: RichTextGDI.cs 프로젝트: alexfordc/Au
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public RichTextGDI(RichTextGDI other)
     : base(other)
 {
 }
예제 #2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public RichTextGDI(RichTextGDI other)
     : base(other)
 {
 }