C# 클래스 CapDemo.GUI.ViewQuestionInCatalogue

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: antang/NewCapstoneProject

공개 메소드들

메소드 설명
LoadQuestion ( ) : void
ViewQuestionInCatalogue ( ) : System
ViewQuestionInCatalogue ( int pIDCat, string pNameCat ) : System

비공개 메소드들

메소드 설명
ViewQuestionInCatalogue_Load ( object sender, EventArgs e ) : void
btn_CancelViewQuestione_Click ( object sender, EventArgs e ) : void
dgv_Question_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
txt_SearchCatalogue_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

LoadQuestion() 공개 메소드

public LoadQuestion ( ) : void
리턴 void

ViewQuestionInCatalogue() 공개 메소드

public ViewQuestionInCatalogue ( ) : System
리턴 System

ViewQuestionInCatalogue() 공개 메소드

public ViewQuestionInCatalogue ( int pIDCat, string pNameCat ) : System
pIDCat int
pNameCat string
리턴 System