C# Class DSShared.DB_MySql.MySQL_DBInterface

Show file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
Initialize ( string server, string username, string password, string database ) : void

Private Methods

Method Description
MySQL_DBInterface ( ) : System

Method Details

Initialize() public static method

public static Initialize ( string server, string username, string password, string database ) : void
server string
username string
password string
database string
return void