C# Class GrpPro12_2AssigningTicketTimeSlots.frmOptions

Mostrar archivo Open project: Wolfknightx/GrpPro12-2 Class Usage Examples

Public Properties

Property Type Description
Main frmMain

Public Methods

Method 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

Method Description
button1_Click ( object sender, EventArgs e ) : void

create a new day and pass the values from the

Method Details

frmOptions() public method

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
return System

Property Details

Main public_oe property

this holds our main form instance
public frmMain,GrpPro12_2AssigningTicketTimeSlots Main
return frmMain