C# Class PEditor.TabItems.DebugBoundImport

Interaction logic for DebugBoundImport.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: secana/PeNet

Public Methods

Method Description
DebugBoundImport ( ) : System.Windows.Controls
SetBoundImport ( PeFile peFile ) : void
SetDelayImport ( PeFile peFile ) : void

Method Details

DebugBoundImport() public method

public DebugBoundImport ( ) : System.Windows.Controls
return System.Windows.Controls

SetBoundImport() public method

public SetBoundImport ( PeFile peFile ) : void
peFile PeNet.PeFile
return void

SetDelayImport() public method

public SetDelayImport ( PeFile peFile ) : void
peFile PeNet.PeFile
return void