Cleared app from old code, by commenting out
Will do another commit when all comments are taken away
This commit is contained in:
@ -59,6 +59,11 @@ namespace StockInfoCore
|
||||
LoadStockCombo();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Val av enstaka Aktie för sökning och registrering
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void cmbStockChoser_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (Stocks.ContainsKey(cmbStockChoser.SelectedItem.ToString()))
|
||||
|
||||
Reference in New Issue
Block a user