コード例 #1
0
ファイル: AssociationFetch.cs プロジェクト: stankela/clanovi
 public AssociationFetch(string associationPath, AssociationFetchMode fetchMode)
 {
     this.associationPath = associationPath;
     this.fetchMode       = fetchMode;
 }
コード例 #2
0
ファイル: AssociationFetch.cs プロジェクト: stankela/bilten
 public AssociationFetch(string associationPath, AssociationFetchMode fetchMode)
 {
     this.associationPath = associationPath;
     this.fetchMode = fetchMode;
 }