Esempio n. 1
0
 private DataManager(string username, string pw)
 {
     dBM = WCFDataBaseManager.getInstance(username, pw);
 }
Esempio n. 2
0
 public static WCFDataBaseManager getInstance(string username, string pw)
 {
     myInstance = new WCFDataBaseManager(username, pw);
     return(myInstance);
 }