wip
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user