Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclass failing with Stack Overflow. Help?
Message
De
24/03/2004 14:34:58
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Subclass failing with Stack Overflow. Help?
Divers
Thread ID:
00889378
Message ID:
00889378
Vues:
60
The code below is in the class which creates my subclasses of the .net controls. This builds fine, but stack overflows on the line: lIsLoggedIn = value. Am I doing something wrong?

Thanks in advance.
public class frmBase : Quay.Base.frmBase
{
   public bool lIsLoggedIn {
      get {
         return lIsLoggedIn;
      }

      set {
         lIsLoggedIn = value;
      }
   }
      
   public frmBase() {
      this.Font = new Font(“Arial”, 8)’;
      this.lIsLoggedIn = false;
   }
}
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform