예제 #1
0
 public static SystemLog GetInstance()
 {
     if (systemlog == null)
         systemlog = new SystemLog();
     return systemlog;
 }