C# Class KFreonLib.GUI.VersionPickDialog

Inheritance: System.Windows.Window
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AskForGameVersion() public static méthode

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
Résultat int

ShowDialog() public static méthode

public static ShowDialog ( Form owner, string caption, string message ) : CustomMessageBoxResult
owner System.Windows.Forms.Form
caption string
message string
Résultat CustomMessageBoxResult

ShowDialogInternal() public méthode

public ShowDialogInternal ( string caption, string message ) : CustomMessageBoxResult
caption string
message string
Résultat CustomMessageBoxResult