C# Class Etupirka.Views.PlayTimeMonth

Interaction logic for PlayTimeMonth.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: Aixile/Etupirka

Public Methods

Method Description
PlayTimeMonth ( ) : System
Setup ( SQLiteConnection _conn ) : void

Private Methods

Method Description
PlayTimeListView_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

PlayTimeMonth() public method

public PlayTimeMonth ( ) : System
return System

Setup() public method

public Setup ( SQLiteConnection _conn ) : void
_conn System.Data.SQLite.SQLiteConnection
return void