C# Class FeliCa2Money.CsvAccountDialog

Datei anzeigen Open project: tmurakam/felica2money Class Usage Examples

Public Methods

Method Description
CsvAccountDialog ( CsvAccountManager manager ) : System
SelectAccount ( CsvAccount account ) : void
SelectedAccount ( ) : CsvAccount

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.

onAccountDown ( object sender, EventArgs e ) : void
onAccountUp ( object sender, EventArgs e ) : void
onAddAccount ( object sender, EventArgs e ) : void
onDeleteAccount ( object sender, EventArgs e ) : void
onModifyAccount ( object sender, EventArgs e ) : void
updateList ( ) : void

Method Details

CsvAccountDialog() public method

public CsvAccountDialog ( CsvAccountManager manager ) : System
manager CsvAccountManager
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SelectAccount() public method

public SelectAccount ( CsvAccount account ) : void
account CsvAccount
return void

SelectedAccount() public method

public SelectedAccount ( ) : CsvAccount
return CsvAccount