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