C# Class KeePass.Util.UpdateCheckEx.UpdateCheckParams

Show file Open project: cappert/keepass2

Public Properties

Property Type Description
ForceUI bool
Parent System.Windows.Forms.Form

Public Methods

Method Description
UpdateCheckParams ( bool bForceUI, Form fOptParent ) : System

Method Details

UpdateCheckParams() public method

public UpdateCheckParams ( bool bForceUI, Form fOptParent ) : System
bForceUI bool
fOptParent System.Windows.Forms.Form
return System

Property Details

ForceUI public property

public bool ForceUI
return bool

Parent public property

public Form,System.Windows.Forms Parent
return System.Windows.Forms.Form