Example #1
0
 public static FieldParserProxy Getinstance()
 {
     if (s_Proxy == null)
     {
         s_Proxy = new FieldParserProxy();
     }
     return(s_Proxy);
 }
Example #2
0
 public static FieldParserProxy Getinstance()
 {
     if (s_Proxy == null)
         s_Proxy = new FieldParserProxy();
     return s_Proxy;
 }