Closed HowardEdidin closed 5 years ago
The method names in the DeviceExplorer project did not meet standards. They begin with a lower case character. private async void updateButton_Click(object sender, EventArgs e) The first letter should be upper case.
private async void updateButton_Click(object sender, EventArgs e)
Hi HowardEdidin,
DeviceExplorer is owned by the Azure SDK team. You can open issues in this repo: https://github.com/Azure/azure-iot-sdk-csharp
thanks, George Mileka
The method names in the DeviceExplorer project did not meet standards. They begin with a lower case character.
private async void updateButton_Click(object sender, EventArgs e)
The first letter should be upper case.