C# Class tabblesPluginDirectoryScan.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: tabbles/tabbles_plugin_directory_scan Class Usage Examples

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Private Methods

Méthode Description
btnBrowse_Click ( object sender, RoutedEventArgs e ) : void
btnScan_Click ( object sender, RoutedEventArgs e ) : void
parseFileNameAndAttachTabbles ( string path, bool isDir ) : void

do a basic parse of the filename and put it in some tabble according to its name. In a more realistic business logic, you would use regular expressions.

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System