コード例 #1
0
ファイル: Utils.cs プロジェクト: zmyer/rDSN
 public ErrorCode(string err)
 {
     _error = Native.dsn_error_register(err);
 }