- simulation 수정
This commit is contained in:
@@ -366,13 +366,13 @@ namespace AutoSellerNS
|
||||
#region Simulation
|
||||
private void btLoad_Click(object sender, EventArgs e)
|
||||
{
|
||||
SimulationHelper helper = new SimulationHelper(m_CybosHelper);
|
||||
SimulationHelper helper = new SimulationHelper(m_CybosHelper, tbSimulationLog);
|
||||
helper.LoadExcel();
|
||||
}
|
||||
|
||||
private void btSimulate_Click(object sender, EventArgs e)
|
||||
{
|
||||
SimulationHelper helper = new SimulationHelper(m_CybosHelper);
|
||||
SimulationHelper helper = new SimulationHelper(m_CybosHelper, tbSimulationLog);
|
||||
helper.StartSimuation();
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user