메소드 | 설명 | |
---|---|---|
CloseView ( ) : void | ||
Invoke ( InvokeDelegate d ) : void | ||
ShowView ( IView parentView ) : void | ||
ViewBase ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DpiScaleX ( int x ) : int | ||
DpiScaleY ( int y ) : int | ||
ShowView ( ) : void | ||
ShowView ( IWin32Window owner ) : void |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ViewBase_Closed ( object sender, EventArgs e ) : void | ||
ViewBase_Closing ( object sender, CancelEventArgs e ) : void | ||
ViewBase_Shown ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |