コード例 #1
0
ファイル: ContentService.cs プロジェクト: hanwest00/HXMail
 public static ContentService GetInstance()
 {
     if (instance == null)
     {
         lock (lockObj)
         {
             instance = new ContentService();
         }
     }
     return instance;
 }
コード例 #2
0
ファイル: ContentService.cs プロジェクト: hanwest00/HXMail
 public static ContentService GetInstance()
 {
     if (instance == null)
     {
         lock (lockObj)
         {
             instance = new ContentService();
         }
     }
     return(instance);
 }