C# Class GrpPro12_2AssigningTicketTimeSlots.frmOptions

Afficher le fichier Open project: Wolfknightx/GrpPro12-2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Main frmMain

Méthodes publiques

Méthode Description
frmOptions ( frmMain main ) : System

create a new for and set the main form variables into the correct controls on the options form

Private Methods

Méthode Description
button1_Click ( object sender, EventArgs e ) : void

create a new day and pass the values from the

Method Details

frmOptions() public méthode

create a new for and set the main form variables into the correct controls on the options form
public frmOptions ( frmMain main ) : System
main frmMain
Résultat System

Property Details

Main public_oe property

this holds our main form instance
public frmMain,GrpPro12_2AssigningTicketTimeSlots Main
Résultat frmMain