copy
This commit is contained in:
42
ClientApp/Utils/Program.cs
Normal file
42
ClientApp/Utils/Program.cs
Normal file
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using Hardware;
|
||||
using Hardware.Simulators;
|
||||
using RH_Engine;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
namespace Client
|
||||
{
|
||||
class Program
|
||||
{
|
||||
//static void Main(string[] args)
|
||||
//{
|
||||
// Console.WriteLine("// Connecting... //");
|
||||
// //connect fiets?
|
||||
|
||||
// Client client = new Client();
|
||||
|
||||
|
||||
// while (!client.IsConnected())
|
||||
// {
|
||||
|
||||
// }
|
||||
// //BLEHandler bLEHandler = new BLEHandler(client);
|
||||
|
||||
// //bLEHandler.Connect();
|
||||
|
||||
// //client.setHandler(bLEHandler);
|
||||
|
||||
|
||||
// BikeSimulator bikeSimulator = new BikeSimulator(client);
|
||||
|
||||
// bikeSimulator.StartSimulation();
|
||||
|
||||
// client.setHandler(bikeSimulator);
|
||||
|
||||
// while (true)
|
||||
// {
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user