C# Class mRemoteNG.UI.Window.BaseWindow

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Mostra file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
BaseWindow ( ) : mRemoteNG.UI.Forms
SetFormText ( string Text ) : void

Private Methods

Method Description
Base_FormClosed ( System sender, System e ) : void
Base_Load ( System sender, System e ) : void

Method Details

BaseWindow() public method

public BaseWindow ( ) : mRemoteNG.UI.Forms
return mRemoteNG.UI.Forms

SetFormText() public method

public SetFormText ( string Text ) : void
Text string
return void