コード例 #1
0
ファイル: PostgresSQLManager.cs プロジェクト: hesed7/hitpan
 public static PostgresSQLManager getInstance()
 {
     if (instance == null)
     {
         instance = new PostgresSQLManager();
     }
     return(instance);
 }
コード例 #2
0
ファイル: PostgresSQLManager.cs プロジェクト: hesed7/hitpan
 public static PostgresSQLManager getInstance()
 {
     if (instance==null)
     {
         instance = new PostgresSQLManager();
     }
     return instance;
 }