C# Class EpgTimer.EpgView.TimeView

TimeView.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: niisaka/EDCB Class Usage Examples

Public Methods

Method Description
ClearInfo ( ) : void
SetTime ( System timeList, bool NeedTimeOnly, bool weekMode ) : void
TimeView ( ) : System

Private Methods

Method Description
scrollViewer_PreviewMouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void

Method Details

ClearInfo() public method

public ClearInfo ( ) : void
return void

SetTime() public method

public SetTime ( System timeList, bool NeedTimeOnly, bool weekMode ) : void
timeList System
NeedTimeOnly bool
weekMode bool
return void

TimeView() public method

public TimeView ( ) : System
return System