コード例 #1
0
ファイル: ProductRelatedManager.cs プロジェクト: ue96/ue96
 public static ProductRelatedManager GetInstance()
 {
     if (_instance == null)
       {
       _instance = new ProductRelatedManager();
       }
       return _instance;
 }
コード例 #2
0
 public static ProductRelatedManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new ProductRelatedManager();
     }
     return(_instance);
 }