C# Class tabblesPluginDirectoryScan.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: tabbles/tabbles_plugin_directory_scan Class Usage Examples

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method 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 method

public MainWindow ( ) : System
return System