C# Class EpgTimer.EpgView.ServiceView

ServiceView.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: niisaka/EDCB

Public Methods

Method Description
ClearInfo ( ) : void
ServiceView ( ) : System
SetService ( EpgServiceInfo>.Dictionary serviceList ) : void
item_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ClearInfo() public method

public ClearInfo ( ) : void
return void

ServiceView() public method

public ServiceView ( ) : System
return System

SetService() public method

public SetService ( EpgServiceInfo>.Dictionary serviceList ) : void
serviceList EpgServiceInfo>.Dictionary
return void

item_MouseLeftButtonDown() public method

public item_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void