コード例 #1
0
ファイル: OperatorID.cs プロジェクト: profimedica/SYKYO
 public OperatorID()
 {
     Location = new OperatorLocation();
     Multiplicity = new OperatorMultiplicity();
 }
コード例 #2
0
ファイル: OperatorID.cs プロジェクト: profimedica/SYKYO
 public OperatorID(OperatorLocation location)
 {
     Location = location;
     Multiplicity = new OperatorMultiplicity();
 }