C# Класс Madd0.AzureStorageDriver.ConnectionDialog

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

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

Метод Описание
ConnectionDialog ( IConnectionInfo connectionInfo ) : System

Initializes a new instance of the ConnectionDialog class.

Защищенные методы

Метод Описание
OnSourceInitialized ( EventArgs e ) : void

Raises the E:System.Windows.Window.SourceInitialized event.

Приватные методы

Метод Описание
GetWindowLong ( IntPtr hWnd, int nIndex ) : uint
OnOkClick ( object sender, RoutedEventArgs e ) : void

Called when the OK button is clicked.

SetWindowLong ( IntPtr hWnd, int nIndex, uint dwNewLong ) : int

Описание методов

ConnectionDialog() публичный Метод

Initializes a new instance of the ConnectionDialog class.
public ConnectionDialog ( IConnectionInfo connectionInfo ) : System
connectionInfo IConnectionInfo The connection info.
Результат System

OnSourceInitialized() защищенный Метод

Raises the E:System.Windows.Window.SourceInitialized event.
protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Результат void