C# Class Madd0.AzureStorageDriver.ConnectionDialog

Interaction logic for ConnectionDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: madd0/AzureStorageDriver Class Usage Examples

Méthodes publiques

Méthode Description
ConnectionDialog ( IConnectionInfo connectionInfo ) : System

Initializes a new instance of the ConnectionDialog class.

Méthodes protégées

Méthode Description
OnSourceInitialized ( EventArgs e ) : void

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

Private Methods

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

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

OnSourceInitialized() protected méthode

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