C# Class Goedel.MeshProfileManager._Data_AskRecovery

Inheritance: Goedel.Trojan.Data
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Dialog Dialog_AskRecovery

Protected Properties

Property Type Description
_Data AddProfile

Public Methods

Method Description
CreateRecovery ( ) : bool

Here goes the action to be overriden

Refresh ( ) : void
SkipRecovery ( ) : bool

Here goes the action to be overriden

Method Details

CreateRecovery() public method

Here goes the action to be overriden
public CreateRecovery ( ) : bool
return bool

Refresh() public method

public Refresh ( ) : void
return void

SkipRecovery() public method

Here goes the action to be overriden
public SkipRecovery ( ) : bool
return bool

Property Details

Dialog public_oe property

public Dialog_AskRecovery,Goedel.MeshProfileManager Dialog
return Dialog_AskRecovery

_Data protected_oe property

protected AddProfile _Data
return AddProfile