Link to home
Start Free TrialLog in
Avatar of ksfok
ksfok

asked on

Convert VB to C#

Please advise how to convert the following VB code to C#:

    Public Sub New()
        MyBase.New()
        CG.RedirectPage = WebPages.Logon
    End Sub
    Public Sub New(ByVal Msg As String)
        MyBase.New(Msg)
        CG.RedirectPage = WebPages.Logon
    End Sub

MyBse.New() is what causes trouble.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Christopher Kile
Christopher Kile
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial