C# Class KFreonLib.GUI.VersionPickDialog

Inheritance: System.Windows.Window
Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method 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

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

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
return int

ShowDialog() public static method

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

ShowDialogInternal() public method

public ShowDialogInternal ( string caption, string message ) : CustomMessageBoxResult
caption string
message string
return CustomMessageBoxResult