'*************************************************************************
'
'      Author       : Esben Laursen (hyber@hyber.dk)
'      
'      Webpage      : http://www.hyber.dk or http://netsmsgw.sf.net
'
'      Notes        :
'
'      License      : This program is free software; you can redistribute
'                     it and/or modify it under the terms of the GNU
'                     General Public License as published by the Free
'                     Software Foundation version 2 of the License.
'
'*************************************************************************

Module basPublic

    Public gstrCOMPort As String
    Public gSettings As New netSMSgwd.clsSettings
    Public gstrSettingsPath As String = System.IO.Path.GetDirectoryName(GetType(netSMSgw.netSMSgwd.clsSettings).Assembly.CodeBase.ToString.Remove(0, 8)) & "\netSMSgwd_settings.xml"






End Module
