Skip to content

Commit 30d0aa7

Browse files
committed
Cleared ci issues
1 parent e5c0e6f commit 30d0aa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MAUI/SmartScheduler/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ namespace GettingStarted
7070

7171
To configure the AI services, you must call the `ConfigureSyncfusionAIServices()` method in the `MauiProgram.cs` file.
7272

73+
{% tabs %}
7374
{% highlight c# hl_lines="6 26" %}
7475
using Microsoft.Maui;
7576
using Microsoft.Maui.Hosting;
@@ -108,6 +109,7 @@ namespace GettingStarted
108109
}
109110
}
110111
{% endhighlight %}
112+
{% endtabs %}
111113

112114
## Step 5: Add .NET MAUI Smart Scheduler
113115

@@ -220,6 +222,7 @@ namespace GettingStarted
220222

221223
To configure the AI services, you must call the `ConfigureSyncfusionAIServices()` method in the `MauiProgram.cs` file.
222224

225+
{% tabs %}
223226
{% highlight c# hl_lines="6 26" %}
224227
using Microsoft.Maui;
225228
using Microsoft.Maui.Hosting;
@@ -258,6 +261,7 @@ namespace GettingStarted
258261
}
259262
}
260263
{% endhighlight %}
264+
{% endtabs %}
261265

262266
## Step 5: Add .NET MAUI Smart Scheduler
263267

@@ -337,6 +341,7 @@ namespace GettingStarted
337341

338342
To configure the AI services, you must call the `ConfigureSyncfusionAIServices()` method in the `MauiProgram.cs` file.
339343

344+
{% tabs %}
340345
{% highlight c# hl_lines="6 26" %}
341346
using Microsoft.Maui;
342347
using Microsoft.Maui.Hosting;

0 commit comments

Comments
 (0)