コード例 #1
0
ファイル: GoCardless.cs プロジェクト: dunxz/gocardless-dotnet
 static GoCardless()
 {
     AccountDetails = new AccountDetails();
 }
コード例 #2
0
 /// <summary>
 /// Initializes static members of the <see cref="GoCardless"/> class.
 /// </summary>
 static GoCardless()
 {
     AccountDetails = new AccountDetails();
 }