C# Class wpf_player.LocalStoreWindow

Logica di interazione per LocalStoreWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method Description
LocalStoreWindow ( ) : System

Default constructor

Private Methods

Method Description
addFile_Click ( object sender, RoutedEventArgs e ) : void

Add file button click handler. This method shows a file dialog and insert the track in the repository using the peer interface method.

refreshList_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LocalStoreWindow() public method

Default constructor
public LocalStoreWindow ( ) : System
return System