I am trying to pass and pass a solution of visual basic
to c#
, I have had problems in learning the syntax, right now I am stopped with these lines:
Conversion # 1
Dim aoIniFile As axdLibrary.IniFileName = New IniFileName(acdataDirectory & "\cnxapp.ini")
Conversion # 2
Private WithEvents aoCnx As New SqlClient.SqlConnection(My.Settings.mCnxSrv.ToString)
Thanks in advance.