public static BulletinManager GetInstance() { if( _instance == null ) { _instance = new BulletinManager(); } return _instance; }
public static BulletinManager GetInstance() { if (_instance == null) { _instance = new BulletinManager(); } return(_instance); }