Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inherited property does not set to itself
Message
De
22/01/2005 17:41:47
 
 
À
22/01/2005 17:28:27
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Divers
Thread ID:
00979501
Message ID:
00979689
Vues:
22
>#Region? Is that different in VB than in C#?

I don't know. But, this section is normally collapsed so I never saw it. It starts with something like this:
#Region " Web Services Designer Generated Code "

    Public Sub New()
        MyBase.New()

        'This call is required by the Web Services Designer.
        InitializeComponent()

        'Add your own initialization code after the InitializeComponent() call
        cLogin = "Login"
        cUrl = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "Server")
        cTempDir = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "Temp")
        cData = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "Data")
        cErrorDir = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "ErrorDir")

    End Sub
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform