mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 22:47:15 +00:00
feature exchange rate update automation
Automated downloading exchange rates from HMRC and updating the database. Added function call to the console and form applications. Also added a form to show the console output in form application.
This commit is contained in:
3
src/bnhtrade.gui/Home.Designer.cs
generated
3
src/bnhtrade.gui/Home.Designer.cs
generated
@@ -269,8 +269,9 @@
|
||||
btnExchangeRate.Name = "btnExchangeRate";
|
||||
btnExchangeRate.Size = new Size(237, 50);
|
||||
btnExchangeRate.TabIndex = 0;
|
||||
btnExchangeRate.Text = "Exchange rate input";
|
||||
btnExchangeRate.Text = "Update exchange rates";
|
||||
btnExchangeRate.UseVisualStyleBackColor = true;
|
||||
btnExchangeRate.Click += btnExchangeRate_Click;
|
||||
//
|
||||
// Home
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user