C# Class Rsdn.Janus.JanusBaseForm

Базовая форма януса.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
EnsureVisible ( ) : void
EnsureVisible ( [ ownerGetter ) : void

Protected Methods

Method Description
OnLocationChanged ( EventArgs e ) : void

Method Details

EnsureVisible() public method

public EnsureVisible ( ) : void
return void

EnsureVisible() public method

public EnsureVisible ( [ ownerGetter ) : void
ownerGetter [
return void

OnLocationChanged() protected method

protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
return void