Property | Type | Description | |
---|---|---|---|
InitializeComponent | void |
Method | Description | |
---|---|---|
CustomerMapView ( ) : System | ||
LookAndFeel_StyleChanged ( object sender, |
||
UpdateChart ( Sales salesItem ) : void | ||
UpdateColors ( ) : void | ||
UpdateUI ( Customer customer ) : void |
Method | Description | |
---|---|---|
BindCommands ( ) : void | ||
BindEditors ( ) : void | ||
CreatePresenter ( ) : CustomerSalesMapPresenter | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnDisposing ( ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected CreatePresenter ( ) : CustomerSalesMapPresenter | ||
return | CustomerSalesMapPresenter |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LookAndFeel_StyleChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public UpdateChart ( Sales salesItem ) : void | ||
salesItem | Sales | |
return | void |