WIP on master: 14e82f6 revert async method, its stopping the code from working, more reading/research needed!

This commit is contained in:
chris.watts90@outlook.com 2017-06-23 21:14:21 +01:00
commit 3f9a1920af

View File

@ -50,6 +50,9 @@
<Compile Include="INotifierManager.cs" /> <Compile Include="INotifierManager.cs" />
<Compile Include="INotifierProvider.cs" /> <Compile Include="INotifierProvider.cs" />
<Compile Include="INotifierProviderFactory.cs" /> <Compile Include="INotifierProviderFactory.cs" />
<Compile Include="ISystemControl.cs" />
<Compile Include="ISystemControlProviderFactory.cs" />
<Compile Include="ITransponderUtilities.cs" />
<Compile Include="NotificationEventArgs.cs" /> <Compile Include="NotificationEventArgs.cs" />
<Compile Include="Pilot.cs" /> <Compile Include="Pilot.cs" />
<Compile Include="RaceSession.cs" /> <Compile Include="RaceSession.cs" />