Skip to content

Commit 768afe3

Browse files
Merge pull request #3 from SyncfusionExamples/AI_Dashboard_Sample
Updated the blog URL in README
2 parents a74c88f + 43561b6 commit 768afe3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AirQualityTracker/AirQualityTracker/Service/AzureBaseService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Reflection;
1010
using System.Windows;
1111

12-
public class AzureAirQualityService
12+
public class AIAirQualityService
1313
{
1414
#region Properties
1515

@@ -23,7 +23,7 @@ public class AzureAirQualityService
2323

2424
#region Constructor
2525

26-
public AzureAirQualityService()
26+
public AIAirQualityService()
2727
{
2828
_ = ValidateCredential();
2929
}

AirQualityTracker/AirQualityTracker/ViewModel/AirQualityViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class AirQualityViewModel : INotifyPropertyChanged
88
{
99
#region Fields
1010

11-
private AzureAirQualityService? airQualityService;
11+
private AIAirQualityService? airQualityService;
1212
private string countryName = "New York";
1313
private bool isEnabled;
1414
private bool isBusy;
@@ -161,7 +161,7 @@ public AirQualityViewModel()
161161

162162
internal async Task FetchAirQualityData(string countryName)
163163
{
164-
airQualityService = new AzureAirQualityService();
164+
airQualityService = new AIAirQualityService();
165165

166166
IsBusy = true;
167167

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Traditional monitoring relies on sensor networks and government reports, which m
2828
### Path too long exception
2929
If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
3030

31-
For a step-by-step procedure, refer to the [AI-Powered Air Pollution Monitor Dashboard Blog]().
31+
For a step-by-step procedure, refer to the [AI-Powered Air Pollution Monitor Dashboard Blog](https://www.syncfusion.com/blogs/post/air-quality-monitoring-with-wpf-chart).

0 commit comments

Comments
 (0)