- Simulation 기초
This commit is contained in:
@@ -362,5 +362,19 @@ namespace AutoSellerNS
|
||||
int.TryParse(tbTrailingCnt.Text, out iTrailingCnt);
|
||||
Config.SetTrailing(fTrailingPercent, iTrailingCnt);
|
||||
}
|
||||
|
||||
#region Simulation
|
||||
private void btLoad_Click(object sender, EventArgs e)
|
||||
{
|
||||
SimulationHelper helper = new SimulationHelper(m_CybosHelper);
|
||||
helper.LoadExcel();
|
||||
}
|
||||
|
||||
private void btSimulate_Click(object sender, EventArgs e)
|
||||
{
|
||||
SimulationHelper helper = new SimulationHelper(m_CybosHelper);
|
||||
helper.StartSimuation();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user