コード例 #1
0
ファイル: RowHeaderBase.cs プロジェクト: wsrf2009/KnxUiEditor
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public RowHeaderBase(RowHeaderBase other)
     : base(other)
 {
 }
コード例 #2
0
ファイル: RowHeaderBase.cs プロジェクト: Sphere10/Framework
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public RowHeaderBase(RowHeaderBase other)
     : base(other)
 {
 }