Files
Proftaak-RH-B4/ProftaakRH/BikeSimulator.cs
2020-09-09 11:35:54 +02:00

12 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Hardware.Simulators
{
class BikeSimulator
{
IDataConverter dataConverter;
}
}