Esempio n. 1
0
 public static ERDAdapter getInstance()
 {
     if (instance == null)
     {
         instance = new ERDAdapter();
     }
     return(instance);
 }
Esempio n. 2
0
 public static ERDAdapter getInstance()
 {
     if (instance == null)
         instance = new ERDAdapter();
     return instance;
 }
Esempio n. 3
0
 public BaseController()
 {
     adapter = ERDAdapter.getInstance();
 }