示例#1
0
 public static ErrorHandler GetInst()
 {
     if (inst_ == null)
         inst_ = new ErrorHandler();
     return inst_;
 }