Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ed47cf71 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

removed MockupRunData, changed namespace of MockupRun

parent cdeb50cf
No related branches found
No related tags found
No related merge requests found
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TUGraz.VectoCommon.Models;
using TUGraz.VectoCommon.Models;
using TUGraz.VectoCore.Models.Connector.Ports.Impl;
using TUGraz.VectoCore.OutputData;
using TUGraz.VectoCore.Models.Simulation;
using TUGraz.VectoCore.Models.Simulation.Impl;
namespace TUGraz.VectoCore.Models.Simulation.Impl.Mockup
namespace TUGraz.VectoMockup.Simulation
{
public class MockupRun : VectoRun
{
......
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TUGraz.VectoMockup.RunData
{
internal class MockupRunData
{
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment