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