C# 클래스 GrpPro12_2AssigningTicketTimeSlots.frmOptions

파일 보기 프로젝트 열기: Wolfknightx/GrpPro12-2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Main frmMain

공개 메소드들

메소드 설명
frmOptions ( frmMain main ) : System

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

비공개 메소드들

메소드 설명
button1_Click ( object sender, EventArgs e ) : void

create a new day and pass the values from the

메소드 상세

frmOptions() 공개 메소드

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
리턴 System

프로퍼티 상세

Main 공개적으로 프로퍼티

this holds our main form instance
public frmMain,GrpPro12_2AssigningTicketTimeSlots Main
리턴 frmMain