Esempio n. 1
0
 public static Reddit GetReddit()
 {
     if (reddit == null)
     {
         reddit = new Reddit(UserAgent);
         reddit.Login("testjswrapper", "testjswrapper");
     }
     return reddit;
 }