コード例 #1
0
ファイル: Relationship.cs プロジェクト: stantoxt/Simplexcel
 public Relationship(RelationshipCounter counter)
 {
     Id = "r" + counter.GetNextId();
 }
コード例 #2
0
ファイル: Relationship.cs プロジェクト: mstum/Simplexcel
 public Relationship(RelationshipCounter counter)
 {
     Id = "r" + counter.GetNextId();
 }