C# Class PEditor.TabItems.Imports

Interaction logic for Imports.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: secana/PeNet

Public Methods

Method Description
Imports ( ) : System.Collections.Generic
SetImports ( PeFile peFile ) : void

Private Methods

Method Description
lbImportDlls_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

Imports() public method

public Imports ( ) : System.Collections.Generic
return System.Collections.Generic

SetImports() public method

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