C# Class winmaped2.ImportDialog

Summary description for ImportDialog.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Bananattack/verge3

Public Properties

Property Type Description
IDest ImportDest
IMethod ImportMethod
ISource ImportSource
InsertAt int
bPadding bool

Public Methods

Method Description
ImportDialog ( ) : System
init ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

ImportDialog() public method

public ImportDialog ( ) : System
return System

init() public method

public init ( ) : void
return void

Property Details

IDest public_oe property

public ImportDest IDest
return ImportDest

IMethod public_oe property

public ImportMethod IMethod
return ImportMethod

ISource public_oe property

public ImportSource ISource
return ImportSource

InsertAt public_oe property

public int InsertAt
return int

bPadding public_oe property

public bool bPadding
return bool