示例#1
0
 public static CharsetView get()
 {
     if (obj == null)
     {
         obj = new CharsetView();
     }
     return(obj);
 }
示例#2
0
 public static CharsetView get()
 {
     if (obj == null)
         obj = new CharsetView();
     return obj;
 }