コード例 #1
0
ファイル: FieldParserProxy.cs プロジェクト: tablesmit/MIMER
 public static FieldParserProxy Getinstance()
 {
     if (s_Proxy == null)
     {
         s_Proxy = new FieldParserProxy();
     }
     return(s_Proxy);
 }
コード例 #2
0
ファイル: FieldParserProxy.cs プロジェクト: smithimage/MIMER
 public static FieldParserProxy Getinstance()
 {
     if (s_Proxy == null)
         s_Proxy = new FieldParserProxy();
     return s_Proxy;
 }