예제 #1
0
파일: Common.cs 프로젝트: rajit1997/BangDB
 public static void BangDBLogger(string str)
 {
     BangDBNative.BangDB_Logger(str);
 }