C# 클래스 _Runtime, GOR-4H-16

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: gamondue/GOR-4H-16

공개 메소드들

메소드 설명
Initialization ( ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnAcquisisci_Click ( object sender, EventArgs e ) : void
btnControllo_Click ( object sender, EventArgs e ) : void

Pulsante che su richiesta dell'utente controlla se in esecuzione.

btnPrendiNota_Click ( object sender, EventArgs e ) : void
btnSpegni_Click ( object sender, EventArgs e ) : void

메소드 상세

Initialization() 공개 메소드

public Initialization ( ) : void
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnAcquisisci_Click() 보호된 메소드

protected btnAcquisisci_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnControllo_Click() 보호된 메소드

Pulsante che su richiesta dell'utente controlla se in esecuzione.
protected btnControllo_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnPrendiNota_Click() 보호된 메소드

protected btnPrendiNota_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSpegni_Click() 보호된 메소드

protected btnSpegni_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void