コード例 #1
0
ファイル: UserType.cs プロジェクト: vztpv/ClauTextSharp
 public UserType(UserType other) : base(other.GetName())
 {
     Reset(other);
 }