C# Class winmaped2.ImportDialog

Summary description for ImportDialog.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Свойство Type Description
IDest ImportDest
IMethod ImportMethod
ISource ImportSource
InsertAt int
bPadding bool

Méthodes publiques

Méthode Description
ImportDialog ( ) : System
init ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

c_dest_SelectedIndexChanged ( object sender, System e ) : void
c_method_SelectedIndexChanged ( object sender, System e ) : void
c_padding_CheckedChanged ( object sender, System e ) : void
c_source_SelectedIndexChanged ( object sender, System e ) : void
update ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ImportDialog() public méthode

public ImportDialog ( ) : System
Résultat System

init() public méthode

public init ( ) : void
Résultat void

Property Details

IDest public_oe property

public ImportDest IDest
Résultat ImportDest

IMethod public_oe property

public ImportMethod IMethod
Résultat ImportMethod

ISource public_oe property

public ImportSource ISource
Résultat ImportSource

InsertAt public_oe property

public int InsertAt
Résultat int

bPadding public_oe property

public bool bPadding
Résultat bool