C# 클래스 Installer.MainWindow

상속: System.Windows.Window, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: ciribob/DCS-SimpleRadio 1 사용 예제들

공개 메소드들

메소드 설명
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