예제 #1
0
파일: Utils.cs 프로젝트: zmyer/rDSN
 public ErrorCode(string err)
 {
     _error = Native.dsn_error_register(err);
 }