C# 클래스 Madd0.AzureStorageDriver.ConnectionDialog

Interaction logic for ConnectionDialog.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: madd0/AzureStorageDriver 1 사용 예제들

공개 메소드들

메소드 설명
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