Exemple #1
0
 public static MdbAccount GetInstance()
 {
     return (Instance != null) ? Instance : Instance = new MdbAccount();
 }
Exemple #2
0
 public static MdbAccount GetInstance()
 {
     return((Instance != null) ? Instance : Instance = new MdbAccount());
 }