C# Class customerSignUp.MapForm

Mostra file Open project: ml110/3540-Project Class Usage Examples

Public Methods

Method Description
MapForm ( string fName, string lName, string phone, string address, string country, string email, string shipName, string numberOfGuest, string city, DateTime dateOfBirthGus0, string departureDate, string departureDateSql, DateTime departureDateForCal, string tripId, string tripDetails ) : MySql.Data.MySqlClient

Private Methods

Method Description
Form1_Load ( object sender, EventArgs e ) : void
cbDeck_SelectedIndexChanged ( object sender, EventArgs e ) : void
selectRoom ( object sender, EventArgs e ) : void

Method Details

MapForm() public method

public MapForm ( string fName, string lName, string phone, string address, string country, string email, string shipName, string numberOfGuest, string city, DateTime dateOfBirthGus0, string departureDate, string departureDateSql, DateTime departureDateForCal, string tripId, string tripDetails ) : MySql.Data.MySqlClient
fName string
lName string
phone string
address string
country string
email string
shipName string
numberOfGuest string
city string
dateOfBirthGus0 DateTime
departureDate string
departureDateSql string
departureDateForCal DateTime
tripId string
tripDetails string
return MySql.Data.MySqlClient