C# Class EpgTimer.BlackoutWindow

Interaction logic for BlackoutWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: niisaka/EDCB Class Usage Examples

Méthodes publiques

Свойство Type Description
selectedReserveItem ReserveItem
selectedSearchItem SearchItem
unvisibleSearchWindow SearchWindow

Méthodes publiques

Méthode Description
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

Method Details

BlackoutWindow() public méthode

public BlackoutWindow ( Window owner0 ) : System
owner0 System.Windows.Window
Résultat System

blinkSearchButton_Start() public static méthode

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

blinkSearchButton_Stop() public static méthode

public static blinkSearchButton_Stop ( SearchWindow searchWindow0, Button button0 ) : void
searchWindow0 SearchWindow
button0 Button
Résultat void

showWindow() public méthode

public showWindow ( string message0 ) : void
message0 string
Résultat void

Property Details

selectedReserveItem public_oe static_oe property

番組表への受け渡し
public static ReserveItem selectedReserveItem
Résultat ReserveItem

selectedSearchItem public_oe static_oe property

public static SearchItem selectedSearchItem
Résultat SearchItem

unvisibleSearchWindow public_oe static_oe property

番組表へジャンプした際に非表示にしたSearchWindow
public static SearchWindow unvisibleSearchWindow
Résultat SearchWindow