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