C# Class Madd0.AzureStorageDriver.ConnectionDialog

Interaction logic for ConnectionDialog.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: madd0/AzureStorageDriver Class Usage Examples

Public Methods

Method Description
ConnectionDialog ( IConnectionInfo connectionInfo ) : System

Initializes a new instance of the ConnectionDialog class.

Protected Methods

Method Description
OnSourceInitialized ( EventArgs e ) : void

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

Private Methods

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

Method Details

ConnectionDialog() public method

Initializes a new instance of the ConnectionDialog class.
public ConnectionDialog ( IConnectionInfo connectionInfo ) : System
connectionInfo IConnectionInfo The connection info.
return System

OnSourceInitialized() protected method

Raises the E:System.Windows.Window.SourceInitialized event.
protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void