C# 클래스 KFreonLib.GUI.VersionPickDialog

상속: System.Windows.Window
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
AskForGameVersion ( Form owner, string title = "Game Version", string message = "Choose which Mass Effect game to work with:" ) : int
ShowDialog ( Form owner, string caption, string message ) : CustomMessageBoxResult
ShowDialogInternal ( string caption, string message ) : CustomMessageBoxResult

비공개 메소드들

메소드 설명
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
VersionPickDialog ( ) : KFreonLib.MEDirectories
Window_Loaded ( object sender, RoutedEventArgs e ) : void
me1button_Click ( object sender, RoutedEventArgs e ) : void
me2button_Click ( object sender, RoutedEventArgs e ) : void
me3button_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

AskForGameVersion() 공개 정적인 메소드

public static AskForGameVersion ( Form owner, string title = "Game Version", string message = "Choose which Mass Effect game to work with:" ) : int
owner System.Windows.Forms.Form
title string
message string
리턴 int

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( Form owner, string caption, string message ) : CustomMessageBoxResult
owner System.Windows.Forms.Form
caption string
message string
리턴 CustomMessageBoxResult

ShowDialogInternal() 공개 메소드

public ShowDialogInternal ( string caption, string message ) : CustomMessageBoxResult
caption string
message string
리턴 CustomMessageBoxResult