Example #1
0
 public static WebBulletinManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new WebBulletinManager();
     }
     return(_instance);
 }
Example #2
0
 public static WebBulletinManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new WebBulletinManager();
     }
     return _instance;
 }