コード例 #1
0
ファイル: oracle.cs プロジェクト: jht1983/SISKPI
 public static oracle Instance()
 {
     if (_mInstance == null)
     {
         _mInstance = new oracle();
     }
     return(_mInstance);
 }
コード例 #2
0
ファイル: oracle.cs プロジェクト: JackSunny1980/SISKPI
 public static oracle Instance()
 {
     if (_mInstance == null)
     {
         _mInstance = new oracle();
     }
     return _mInstance;
 }