C# Класс KFreonLib.GUI.VersionPickDialog

Наследование: System.Windows.Window
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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