Guest User

Untitled

a guest
Apr 20th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. namespace TechStreet {
  2. public class DatabaseConnection {
  3. public static string
  4. User = "root",
  5. Database = "foo",
  6. Password = "bar";
  7. }
  8. }
Add Comment
Please, Sign In to add comment