C# Класс GLIF.MainWindow

Interaction logic for Main Window
Наследование: System.Windows.Window, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
CopyFiles ( ) : bool

Copy chosen files to output directory

SetupProjects ( List projects, int selectedIndex ) : bool

Splice file paths into VSC++ Project settings file

Приватные методы

Метод Описание
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

Описание методов

CopyFiles() публичный Метод

Copy chosen files to output directory
public CopyFiles ( ) : bool
Результат bool

SetupProjects() публичный Метод

Splice file paths into VSC++ Project settings file
public SetupProjects ( List projects, int selectedIndex ) : bool
projects List
selectedIndex int
Результат bool