public LoadTestViewModel() { Configuration = new LoadTestConfiguration(); RunLoadTestCommand = new RunLoadTestCommand(this); Heartbeats = new List <Heartbeat>(); ChartModel = new LoadTestChart(Heartbeats); Defaults(); }
public LoadTestViewModel() { Configuration = new LoadTestConfiguration(); RunLoadTestCommand = new RunLoadTestCommand(this); Heartbeats = new List<Heartbeat>(); ChartModel = new LoadTestChart(Heartbeats); Defaults(); }