C# Class PsHandler.UI.UCTableTiler

Interaction logic for UCTableTiler.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: kampiuceris/PsHandler Class Usage Examples

Public Methods

Method Description
UCTableTiler ( ) : System
UpdateListView ( TableTile tableTileToSelect = null ) : void

Private Methods

Method Description
Button_Add_Click ( object sender, RoutedEventArgs e ) : void
Button_CloneSelected_Click ( object sender, RoutedEventArgs e ) : void
Button_Delete_Click ( object sender, RoutedEventArgs e ) : void
Button_Edit_Click ( object sender, RoutedEventArgs e ) : void
Button_RestoreDefaults_Click ( object sender, RoutedEventArgs e ) : void
ListView_TableTilerConfigs_OnMouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

UCTableTiler() public method

public UCTableTiler ( ) : System
return System

UpdateListView() public method

public UpdateListView ( TableTile tableTileToSelect = null ) : void
tableTileToSelect PsHandler.TableTiler.TableTile
return void