C# 클래스 EpgTimer.BlackoutWindow

Interaction logic for BlackoutWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: niisaka/EDCB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
selectedReserveItem ReserveItem
selectedSearchItem SearchItem
unvisibleSearchWindow SearchWindow

공개 메소드들

메소드 설명
BlackoutWindow ( Window owner0 ) : System
blinkSearchButton_Start ( SearchWindow searchWindow0, System.Windows.Controls.Button button0 ) : void

Hide()した検索ウィンドウがあることを知らせるため、検索ボタンを点滅させる

blinkSearchButton_Stop ( SearchWindow searchWindow0, Button button0 ) : void
showWindow ( string message0 ) : void

메소드 상세

BlackoutWindow() 공개 메소드

public BlackoutWindow ( Window owner0 ) : System
owner0 System.Windows.Window
리턴 System

blinkSearchButton_Start() 공개 정적인 메소드

Hide()した検索ウィンドウがあることを知らせるため、検索ボタンを点滅させる
public static blinkSearchButton_Start ( SearchWindow searchWindow0, System.Windows.Controls.Button button0 ) : void
searchWindow0 SearchWindow
button0 System.Windows.Controls.Button
리턴 void

blinkSearchButton_Stop() 공개 정적인 메소드

public static blinkSearchButton_Stop ( SearchWindow searchWindow0, Button button0 ) : void
searchWindow0 SearchWindow
button0 Button
리턴 void

showWindow() 공개 메소드

public showWindow ( string message0 ) : void
message0 string
리턴 void

프로퍼티 상세

selectedReserveItem 공개적으로 정적으로 프로퍼티

番組表への受け渡し
public static ReserveItem selectedReserveItem
리턴 ReserveItem

selectedSearchItem 공개적으로 정적으로 프로퍼티

public static SearchItem selectedSearchItem
리턴 SearchItem

unvisibleSearchWindow 공개적으로 정적으로 프로퍼티

番組表へジャンプした際に非表示にしたSearchWindow
public static SearchWindow unvisibleSearchWindow
리턴 SearchWindow