public static ForumSystem getInstance()
 {
     if (_system == null)
     {
         _system = new ForumSystem();
     }
     return(_system);
 }
Beispiel #2
0
 public GuestUser(ForumSystem system)
 {
     _fs = system;
 }