C# Класс Installer.MainWindow

Наследование: System.Windows.Window, System.Windows.Markup.IComponentConnector
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DeleteDirectory ( string target_dir ) : void
InstallProgram ( string path ) : void
MainWindow ( ) : System

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

Метод Описание
DeleteRegKeys ( ) : void
GridPanel_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
InstallPlugins ( string path ) : void
InstallSR ( bool beta ) : void
InstallScripts ( string path ) : void
Install_Beta ( object sender, RoutedEventArgs e ) : void
Install_Release ( object sender, RoutedEventArgs e ) : void
Is_SimpleRadio_running ( ) : bool
Is_Teamspeak_running ( ) : bool
Locate_teamspeak_button ( object sender, RoutedEventArgs e ) : void
ReadSRPath ( ) : string
ReadTS3Path ( ) : string
RemovePlugin ( string path ) : void
RemoveScripts ( string path ) : void
Remove_Plugin ( object sender, RoutedEventArgs e ) : void
Set_Install_Path ( object sender, RoutedEventArgs e ) : void
UninstallSR ( ) : void
WriteSRPath ( String path ) : void
WriteTS3Path ( String path ) : void

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

DeleteDirectory() публичный статический Метод

public static DeleteDirectory ( string target_dir ) : void
target_dir string
Результат void

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

public InstallProgram ( string path ) : void
path string
Результат void

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

public MainWindow ( ) : System
Результат System