C# Class GLIF.MainWindow

Interaction logic for Main Window
Inheritance: System.Windows.Window, INotifyPropertyChanged
Show file Open project: ColdenCullen/GLIF

Public Methods

Method Description
CopyFiles ( ) : bool

Copy chosen files to output directory

SetupProjects ( List projects, int selectedIndex ) : bool

Splice file paths into VSC++ Project settings file

Private Methods

Method Description
OnPropertyChanged ( string name ) : void
installButton_Click ( object sender, RoutedEventArgs e ) : void

Copies files and setups projects to look for them.

projectList_SelectionChanged ( object sender, System e ) : void

Handles event when list selection changes, because it is not bound to anything

slnDirBrowse_Click ( object sender, EventArgs e ) : void

Method Details

CopyFiles() public method

Copy chosen files to output directory
public CopyFiles ( ) : bool
return bool

SetupProjects() public method

Splice file paths into VSC++ Project settings file
public SetupProjects ( List projects, int selectedIndex ) : bool
projects List
selectedIndex int
return bool