Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class QueryController
  2. {
  3. static QueryController instance;
  4.  
  5. static QueryController() { instance = new QueryController(); }
  6.  
  7. public static QueryController Instance { get { return instance; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement