This commit is contained in:
shinichi
2020-10-14 12:05:28 +02:00
parent 3822508b4c
commit 56de6cfa24
11 changed files with 191 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ namespace ClientApp
Client client = new Client();
InitializeComponent();
DataContext = new MainWindowViewModel(client);
DataContext = new MainWindowViewModel(this, client);
//BLEHandler bLEHandler = new BLEHandler(client);