lunch break
This commit is contained in:
shinichi
2020-09-09 12:27:37 +02:00
parent 261048c2df
commit 3e3a0cf4c4
3 changed files with 89 additions and 10 deletions

View File

@@ -11,15 +11,14 @@ namespace FietsDemo
{
internal class Program
{
static void Main(string[] args)
{
foo foo = new foo();
//BLEReceiver bLEReceiver = new BLEReceiver(foo);
//static void Main(string[] args)
//{
// foo foo = new foo();
// BLEReceiver bLEReceiver = new BLEReceiver(foo);
//bLEReceiver.ConnectToBLE();
Console.Read();
}
// bLEReceiver.ConnectToBLE();
// Console.Read();
//}
interface IFoo
{
@@ -144,7 +143,7 @@ namespace FietsDemo
{
Console.WriteLine("Foo class received {0}", Convert.ToString(bytes));
}
}