C# Class Etupirka.Views.PlayTimeMonth

Interaction logic for PlayTimeMonth.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: Aixile/Etupirka

Méthodes publiques

Méthode Description
PlayTimeMonth ( ) : System
Setup ( SQLiteConnection _conn ) : void

Private Methods

Méthode Description
PlayTimeListView_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

PlayTimeMonth() public méthode

public PlayTimeMonth ( ) : System
Résultat System

Setup() public méthode

public Setup ( SQLiteConnection _conn ) : void
_conn System.Data.SQLite.SQLiteConnection
Résultat void