Guest User

Untitled

a guest
Jan 23rd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. dbm mydb = new db("blah");
  2. int cr = mydb.GetCredentials("blah"); // My Goal
  3.  
  4. //will endup doing this:
  5. dbmUser myuser = new dbmUser(mydb);
  6. int cr = myuser.GetCredentials("blah"); // My Goal
Add Comment
Please, Sign In to add comment