Does anyone use CSharp2Nem?

Is there any sample codes?

@kodtycoon where search examples and documentation ?

there is a few sample code on http://pickledrick.ddns.net/.
I’m looking for a sample code to send a multisig transaction with C#.

to send a multisig transaction, add the multisig account when initializing the TransferTransactionData. When you do that, it is assumed the signer is the cosigner, and the multisig account is the account from which the cosiger should send the transaction.

Thank you.