示例#1
0
文件: Utils.cs 项目: zmyer/rDSN
 public ErrorCode(string err)
 {
     _error = Native.dsn_error_register(err);
 }