Esempio n. 1
0
 public static oracle Instance()
 {
     if (_mInstance == null)
     {
         _mInstance = new oracle();
     }
     return(_mInstance);
 }
Esempio n. 2
0
 public static oracle Instance()
 {
     if (_mInstance == null)
     {
         _mInstance = new oracle();
     }
     return _mInstance;
 }