C# Class Installer.MainWindow

Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Exibir arquivo Open project: ciribob/DCS-SimpleRadio Class Usage Examples

Public Methods

Method Description
DeleteDirectory ( string target_dir ) : void
InstallProgram ( string path ) : void
MainWindow ( ) : System

Private Methods

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

Method Details

DeleteDirectory() public static method

public static DeleteDirectory ( string target_dir ) : void
target_dir string
return void

InstallProgram() public method

public InstallProgram ( string path ) : void
path string
return void

MainWindow() public method

public MainWindow ( ) : System
return System